Fixed requirement path
This commit is contained in:
parent
00604dcdf5
commit
4315eae1ce
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ run_tests:
|
|||
DJANGO_SECRET_KEY: 'random_secret_key_for_ci'
|
||||
before_script:
|
||||
- python -m pip install --upgrade pip
|
||||
- pip install --no-cache-dir -r requirements/base.txt
|
||||
- pip install --no-cache-dir -r requirements/django.txt
|
||||
script:
|
||||
- python manage.py test --verbosity=2
|
||||
rules:
|
||||
|
|
|
|||
Loading…
Reference in a new issue