From 851c8eec9bdf0b2bd4a48a7de76f17e90431e838 Mon Sep 17 00:00:00 2001 From: Riegel <alexander.riegel@hft-stuttgart.de> Date: Fri, 15 Nov 2024 14:47:18 +0100 Subject: [PATCH] Fix pipeline --- .gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9203b07..b2c44d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,10 @@ image: maven:3.8.6-eclipse-temurin-17 test: + stage: test script: - mvn $MAVEN_CLI_OPTS clean org.jacoco-maven-plugin:prepare-agent test jacoco:report - artifacts: - reports: - coverage_report: - coverage_format: jacoco - path: target/site/jacoco/jacoco.xml + coverage: /Total.*?([0-9]{1,3})%/ build: script: - cd CityDoctorParent -- GitLab