Correct paths - hopefully

This commit is contained in:
Oliver Falk
2018-05-11 14:15:47 +02:00
parent ebf1e5061f
commit 02c22531a1

View File

@@ -14,15 +14,13 @@ before_script:
test_and_coverage: test_and_coverage:
stage: test stage: test
script: script:
- pushd ivatar
- python manage.py collectstatic --noinput - python manage.py collectstatic --noinput
- coverage run --source . manage.py test -v3 - coverage run --source . manage.py test -v3
- coverage report --fail-under=70 - coverage report --fail-under=70
- coverage html - coverage html
- popd
artifacts: artifacts:
paths: paths:
- ivatar/htmlcov/ - htmlcov/
pycco: pycco:
stage: test stage: test
@@ -43,7 +41,7 @@ pages:
- test_and_coverage - test_and_coverage
- pycco - pycco
script: script:
- mv ivatar/htmlcov/ public/ - mv htmlcov/ public/
- mv pycco/ public/ - mv pycco/ public/
artifacts: artifacts:
paths: paths: