From c1019ed5731a3ae6ae190c8f7c572161876807f6 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 16 Jul 2023 15:11:31 +0100 Subject: [PATCH] Collect static with static files --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54197e9..ec8d6a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,6 +85,7 @@ django_checks: - static script: - apt-get update && apt-get install --yes libpq-dev + - ./manage.py collectstatic --noinput --clear - ./manage.py check - ./manage.py makemigrations --check --noinput