Commit 851c8eec authored by Riegel's avatar Riegel
Browse files

Fix pipeline

No related merge requests found
Pipeline #10346 failed with stage
in 1 minute and 46 seconds
Showing with 2 additions and 5 deletions
+2 -5
image: maven:3.8.6-eclipse-temurin-17 image: maven:3.8.6-eclipse-temurin-17
test: test:
stage: test
script: script:
- mvn $MAVEN_CLI_OPTS clean org.jacoco-maven-plugin:prepare-agent test jacoco:report - mvn $MAVEN_CLI_OPTS clean org.jacoco-maven-plugin:prepare-agent test jacoco:report
artifacts: coverage: /Total.*?([0-9]{1,3})%/
reports:
coverage_report:
coverage_format: jacoco
path: target/site/jacoco/jacoco.xml
build: build:
script: script:
- cd CityDoctorParent - cd CityDoctorParent
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment