Install base requirements in GitLab CI
This commit is contained in:
parent
ad64b646b1
commit
3a71ad5129
@ -25,6 +25,7 @@ pytest:
|
|||||||
stage: test
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
- pip install -U pip setuptools
|
- pip install -U pip setuptools
|
||||||
|
- pip install -r requirements/base.txt
|
||||||
- pip install -r requirements/test.txt
|
- pip install -r requirements/test.txt
|
||||||
- apt-get update && cat system-requirements-debian.txt | xargs apt-get install -y
|
- apt-get update && cat system-requirements-debian.txt | xargs apt-get install -y
|
||||||
- python manage.py collectstatic
|
- python manage.py collectstatic
|
||||||
|
Loading…
Reference in New Issue
Block a user