From f3417b9b2ad1f1bb7ba080ac8f95885572de1c0a Mon Sep 17 00:00:00 2001 From: Fischer Jonas <jf131@hdm-stuttgart.de> Date: Thu, 22 Feb 2024 15:56:43 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a22d66f..51413ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,13 +18,6 @@ build-backend: # This job runs in the build stage, which runs first. test-backend: stage: test image: maven:3.9.4-eclipse-temurin-21 - services: - - name: docker/compose:latest - alias: compose - entrypoint: ["docker-compose", "-f", "./docker-compose.yml", "up", "-d"] - before_script: - - echo 'Running docker compose' - - docker-compose up -d script: - echo 'Running unit tests...' - cd ./sth-backend -- GitLab