Update .gitlab-ci.yml

This commit is contained in:
Anna Sidwell 2018-06-06 14:57:11 +00:00
parent c32ddf1abb
commit 4c71ba7a25

View File

@ -27,5 +27,6 @@ pytest:
- pip install -U pip setuptools
- pip install -r requirements-test.txt
- apt-get update && cat system-requirements-debian.txt | xargs apt-get install -y
- python manage.py collectstatic
script:
- pytest -v --cov=ojusomap