From a2044db6461f51178cb8f48ed764bdbe3932d4db Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 10 Jun 2022 17:20:06 +0100 Subject: [PATCH] Run collect_static job after pip and static --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4af2e8a..f34a1ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,9 @@ collect_static: dependencies: - pip - static + needs: + - pip + - static script: - ./manage.py collectstatic --noinput -v2 --clear artifacts: