From a96cd26c3da4ee10f7bf8550ff925d2f76707041 Mon Sep 17 00:00:00 2001
From: Grollicus <cccvgitlab.db5c7b60@grollmann.eu>
Date: Sat, 23 Sep 2023 13:05:42 +0200
Subject: [PATCH] don't run image tests in debug mode

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 357855f85..b980833b2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -172,6 +172,7 @@ test_internals:
     SERVE_FRONTEND: "no"
     BASE_URL: http://hubapp:8000
     ALLOWED_HOSTS: "127.0.0.1,hubapp"
+    DJANGO_DEBUG: "no"
   services:
     - name: postgis/postgis:15-3.3
       alias: dbserver
-- 
GitLab