From 9157c3aa5eda78840b49e83d8e10850013b6056a Mon Sep 17 00:00:00 2001 From: Riegel <alexander.riegel@hft-stuttgart.de> Date: Fri, 15 Nov 2024 14:55:57 +0100 Subject: [PATCH] Fix pipeline --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b2d3f9..565db23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,10 @@ image: maven:3.8.6-eclipse-temurin-17 -test: - stage: test - script: - - cd CityDoctorParent - - mvn $MAVEN_CLI_OPTS clean org.jacoco-maven-plugin:prepare-agent test jacoco:report - coverage: /Total.*?([0-9]{1,3})%/ build: script: - cd CityDoctorParent - mvn verify -U + coverage: /Total.*?([0-9]{1,3})%/ artifacts: when: always reports: -- GitLab