From 49a82e52324c93bfa5c7dd95c8b81bddbb095417 Mon Sep 17 00:00:00 2001
From: "thibault.capt" <thibault.capt@etu.hesge.ch>
Date: Sun, 12 Jan 2025 17:27:35 +0100
Subject: [PATCH] Update .gitlab-ci.yml file
---
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 118b5ba..2f768f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,8 +67,8 @@ test-backend:
stage: quality
image: maven:3.6.3-openjdk-17
services:
- - name: postres:13
- alias: postres
+ - name: postgres:13
+ alias: postgres
needs: ["install-backend"]
variables:
POSTGRES_USER: "username"
--
GitLab