From 4c71ba7a25477e97d415a0ee1bfa38743c30bdf8 Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Wed, 6 Jun 2018 14:57:11 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14a13d9..d6c8748 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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