diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41ef8eb..14a13d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,6 @@ pytest: before_script: - pip install -U pip setuptools - 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: - pytest -v --cov=ojusomap