From 4616ec2bfc42ea4d0369f3e272260a0459847868 Mon Sep 17 00:00:00 2001 From: Mart van Santen <mart@greenhost.nl> Date: Fri, 26 Nov 2021 07:13:57 +0100 Subject: [PATCH] FFix hydra argument --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c01d36..d21d2ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -125,6 +125,7 @@ behave-integration: - all - --dangerous-force-http - --dangerous-allow-insecure-redirect-urls + - http://localhost:5000/login/ variables: DSN: memory URLS_SELF_ISSUER: http://localhost/ -- GitLab