Skip to content
Snippets Groups Projects
Commit 72770a26 authored by Max Lou's avatar Max Lou
Browse files

Update .gitlab-ci.yml file

parent 28d4effa
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ test:
- ls -la
- docker run -v ${SHARED_PATH}:/coverage_report rights-engine-test sh -c "coverage run --source='.' manage.py test && coverage report -m && coverage xml -i && mv coverage.xml /coverage_report && ls -la && ls -la /coverage_report"
- ls -la ${SHARED_PATH}
- ls -la /builds/polaris/rights-engine
- cp ${SHARED_PATH}/coverage.xml /builds/polaris/rights-engine
artifacts:
expire_in: 1 hour
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment