Update gitlab-ci.yml to fix the builds with new settings.py

This commit is contained in:
Skia 2016-07-18 13:24:31 +02:00
parent 2147f6a468
commit 46eb659d7d

View File

@ -1,4 +1,5 @@
test: test:
script: script:
- ln -s sith/settings_sample.py sith/settings.py
- pip install -r requirements.txt - pip install -r requirements.txt
- python manage.py test - python manage.py test