Code development platform for open source projects from the European Union institutions

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

fix gitlab CI file

parent 249257bc
No related branches found
No related tags found
No related merge requests found
Pipeline #19723 failed
......@@ -82,11 +82,11 @@ build-maven-job:
- echo "Compiling the code..."
- mvn clean verify
- echo "Compile complete."
after_script:
- cat smp-aggregator/target/site/jacoco-aggregate/index.html | grep -o '<tfoot>.*</tfoot>'
artifacts:
when: always
expire_in: 1 week
after_script:
- cat smp-aggregator/target/site/jacoco-aggregate/index.html | grep -o '<tfoot>.*</tfoot>'
paths:
- "target/site"
- "*/target/site"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment