Update Gitlab CI config for system requirements move
This commit is contained in:
parent
0160e58491
commit
868e906323
@ -26,6 +26,6 @@ pytest:
|
|||||||
before_script:
|
before_script:
|
||||||
- pip install -U pip setuptools
|
- pip install -U pip setuptools
|
||||||
- pip install -r requirements-test.txt
|
- pip install -r requirements-test.txt
|
||||||
- apt-get update && cat system-requirements.txt | xargs apt-get install -y
|
- apt-get update && cat system-requirements-debian.txt | xargs apt-get install -y
|
||||||
script:
|
script:
|
||||||
- pytest -v --cov=ojusomap
|
- pytest -v --cov=ojusomap
|
||||||
|
Loading…
Reference in New Issue
Block a user