From bea6b53bd3407930fbbfb7a63c4d2e7cc89b9250 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 10 Jun 2022 17:22:39 +0100 Subject: [PATCH] Ensure static build directory still exists during tests This silences a warning. It's not actually _required_ --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f34a1ef..4e252e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ pip: dependencies: - pip - collect_static + - static before_script: - source env/bin/activate variables: