From 08b294da51bf5557af9d480eb593302e76b4a987 Mon Sep 17 00:00:00 2001 From: Mart van Santen <mart@greenhost.nl> Date: Fri, 26 Nov 2021 07:09:24 +0100 Subject: [PATCH] Fix typo in CI/CD --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 986f707..a6a9bad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,7 +126,7 @@ behave-integration: - --dangerous-force-http - --dangerous-allow-insecure-redirect-urls variables: - - DSN=memory + - DSN: memory - URLS_SELF_ISSUER: http://localhost/ - URLS_CONSENT: http://localhost:5000/login - URLS_LOGIN: http://localhost:5000/consent -- GitLab