From 04e1609c325b3fba7911a140127e025c4094ba5a Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Sun, 7 Apr 2019 19:10:36 +0100 Subject: [PATCH] CI: Restore collectstatic --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7278ee..aee979d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,7 @@ before_script: - pip install -U pip setuptools - pip install -r requirements/base.txt - pip install -r requirements/test.txt + - python manage.py collectstatic pytest: stage: test