From 247bce0996f2ffa6d64a002acbf242fc76c8e28e Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 26 Feb 2018 12:43:43 +1100 Subject: [PATCH] Don't collectstatic, it's not needed and it won't work without Yarn being run, which introduces another dependency --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 006f846..4c3ba8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,6 @@ install: script: - pip install pipenv - pipenv install - - pipenv run ./manage.py collectstatic --no-input pytest: stage: test