mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
Update gitlab-ci.yml to change ln to cp
This commit is contained in:
parent
46eb659d7d
commit
beebe6361c
@ -1,5 +1,5 @@
|
||||
test:
|
||||
script:
|
||||
- ln -s sith/settings_sample.py sith/settings.py
|
||||
- cp sith/settings_sample.py sith/settings.py
|
||||
- pip install -r requirements.txt
|
||||
- python manage.py test
|
||||
|
Loading…
Reference in New Issue
Block a user