From d27e4ec9ee68434f660cf5197a1aeaa16361eabb Mon Sep 17 00:00:00 2001
From: "thibault.capt" <thibault.capt@etu.hesge.ch>
Date: Sun, 12 Jan 2025 17:32:02 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f768f2..a4f23f7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,6 +76,7 @@ test-backend:
     POSTGRES_DB: "db_tunesphere"
   script:
     - cd ./backend/
+    - sleep 15 # Wait postgres
     - mvn test
   cache:
     key: "backend-deps"
-- 
GitLab