From dae6a67f3fe7c31fc7dcf01164435b9f9d0a9e2a Mon Sep 17 00:00:00 2001
From: Neda Moeini <neda.moeini@ga0479-nmoeini.home>
Date: Tue, 22 Aug 2023 10:50:33 +0200
Subject: [PATCH] Added postgres service.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57eb0d48b..5566ff566 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ run-tox-pipeline:
     POSTGRES_DB: postgres
     POSTGRES_USER: nwa
     POSTGRES_PASSWORD: nwa
-    DATABASE_URL: 'postgresql://nwa:nwa@postgres:5432/postgres'
+    DATABASE_URL: 'postgresql://nwa:nwa@localhost:5432/postgres'
     PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
 
   # Pip's cache doesn't store the python packages
-- 
GitLab