diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e6ecd50823ab5bebfd35ff97542d6a91f395781..33fe14f5e7dd8c7b95ed9dd470b5e47e25267142 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