This commit is contained in:
Oliver Falk
2019-02-13 09:30:28 +01:00
parent 59ad5a8764
commit 8e571e7f51

View File

@@ -17,7 +17,7 @@ test_and_coverage:
stage: test
script:
- echo 'from ivatar.settings import TEMPLATES # noqa' > config_local.py
- echo "TEMPLATES[0]['OPTIONS']['debug'] = True" >> config_local.py
- echo 'TEMPLATES[0]["OPTIONS"]["debug"] = True' >> config_local.py
- echo "DEBUG = True" >> config_local.py
- python manage.py collectstatic --noinput
- coverage run --source . manage.py test -v3