Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit a03d4b21 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

update gitlab CI file

parent aa24bf1d
Branches
Tags
No related merge requests found
......@@ -85,6 +85,14 @@ build-maven-job:
artifacts:
when: always
expire_in: 1 week
after_script:
- cat smp-aggregator/target/site/jacoco-aggregate/index.html | grep -o '<tfoot>.*</tfoot>'
artifacts:
when: always
expire_in: 1 week
paths:
- "target/site"
- "*/target/site"
reports:
junit:
- "*/target/surefire-reports/TEST-*.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment