diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79ebb39295430e1a20533a3de0c7edce06653b95..12ac36078b5b25547d96333b5e64e2658a90e912 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