From aa479dcdbb8fbaab9b8456fa57c912de55edcccc Mon Sep 17 00:00:00 2001
From: Neda Moeini <neda.moeini@ga0479-nmoeini.home>
Date: Tue, 22 Aug 2023 19:06:01 +0200
Subject: [PATCH] Fixed pipeline problem.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79ebb3929..12ac36078 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ run-tox-pipeline:
     POSTGRES_DB: gso-test-db
     POSTGRES_USER: gso
     POSTGRES_PASSWORD: gso
-    DATABASE_URI_TEST: 'postgresql://gso:gos@postgres:5432/gso-test-db'
+    DATABASE_URI_TEST: 'postgresql://gso:gso@postgres:5432/gso-test-db'
     PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
 
   # Pip's cache doesn't store the python packages
-- 
GitLab