Commit 9157c3aa authored by Riegel's avatar Riegel
Browse files

Fix pipeline

No related merge requests found
Pipeline #10348 passed with stage
in 1 minute and 39 seconds
Showing with 1 addition and 6 deletions
+1 -6
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:
......
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