Update Gitlab CI config for system requirements move

This commit is contained in:
Carl van Tonder 2018-05-19 13:56:17 -04:00
parent 0160e58491
commit 868e906323

View File

@ -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