From 22833ec7adb65ede5389f8ff4a08b18323a989f0 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 16 Feb 2024 14:27:52 +0000 Subject: [PATCH] #11 Those were actually important XD --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 668c21f..bb9326a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,9 @@ variables: APPSECRET: "test" ENVIRON: "test" FILESTORE: "static/assets/img/products/" + DOCKER_HOST: tcp://docker:2375/ + DOCKER_DRIVER: overlay2 + DOCKER_TLS_CERTDIR: "" pytest: stage: test