From 2bbb022a8b5b8fde26ad12000f07f1151e5dddd1 Mon Sep 17 00:00:00 2001
From: Mart van Santen <mart@greenhost.nl>
Date: Fri, 26 Nov 2021 10:28:33 +0100
Subject: [PATCH] corrected DSN

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d696e7..95f01dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -151,9 +151,9 @@ behave-integration:
     KRATOS_PUBLIC_URL: "http://kratos:4433"
     KRATOS_ADMIN_URL: "http://kratos:4434"
     PUBLIC_URL: "http://localhost:5000/"
-    DATABASE_URL: "postgresql://postgres:postgres@postgres/postgres"
+    DATABASE_URL: "postgres://postgres:postgres@postgres/postgres"
     # For hydra & kratos
-    DSN: "postgresql://postgres:postgres@postgres/postgres"
+    DSN: "postgres://postgres:postgres@postgres/postgres"
     # For hydra
     URLS_SELF_ISSUER: http://localhost/
     URLS_CONSENT: http://oidc:5000/login
-- 
GitLab