Update gitlab-ci.yml to change ln to cp

This commit is contained in:
Skia 2016-07-18 13:27:47 +02:00
parent 46eb659d7d
commit beebe6361c

View File

@ -1,5 +1,5 @@
test: test:
script: script:
- ln -s sith/settings_sample.py sith/settings.py - cp 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