From 0df398e508f32cf9b915859021b52d48c5fafa6f Mon Sep 17 00:00:00 2001 From: Fischer Jonas <jf131@hdm-stuttgart.de> Date: Thu, 22 Feb 2024 14:13:13 +0100 Subject: [PATCH] 22.02.2024 - Update .gitlab-ci.yml file #36 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f7647a..c971ef4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ test-backend: # This job runs in the test stage. image: maven:3.9.4-eclipse-temurin-21 script: - "echo 'Starting Docker Container'" - - "docker-compose up -d" + - "docker compose up -d" - "echo 'Running unit tests...'" - "cd ./sth-backend" - "mvn test" -- GitLab