From fee4a19e3f3b6259a38ed0bc1402bb26482b904a Mon Sep 17 00:00:00 2001 From: Luke Else Date: Tue, 30 Jan 2024 21:56:02 +0000 Subject: [PATCH] Added env vars to testing pipeline --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c77d617..16d6ce6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,7 @@ variables: + APPSECRET: "test" ENVIRON: "test" + FILESTORE: "static/assets/img/products/" pytest: stage: test