From d7195bbaffb462fe16dc32ec66b645cabc12867d Mon Sep 17 00:00:00 2001
From: Alex <alexander.riegel@hft-stuttgart.de>
Date: Thu, 1 Aug 2024 15:58:07 +0200
Subject: [PATCH] Reverted image back to maven:3.9.8-eclipse-termurin-11

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e6ecd5..33fe14f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: bellsoft/liberica-openjdk-alpine-musl
+image: maven:3.8.6-eclipse-temurin-17
 
 
 build:
@@ -9,4 +9,4 @@ build:
         when: always
         reports:
             junit:
-                - CityDoctorParent/CityDoctorValidation/target/surefire-reports/TEST-*.xml
+                - CityDoctorParent/**/target/surefire-reports/TEST-*.xml
-- 
GitLab