diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 118b5bab33fd0f19bf61237f85e862a2a1843282..2f768f2dfaa6f9a5d023e5096b942564743ed273 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"