Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
851c8eec
Commit
851c8eec
authored
4 months ago
by
Riegel
Browse files
Options
Download
Email Patches
Plain Diff
Fix pipeline
parent
6c7e8665
Pipeline
#10346
failed with stage
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-5
.gitlab-ci.yml
with
2 additions
and
5 deletions
+2
-5
.gitlab-ci.yml
+
2
-
5
View file @
851c8eec
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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets