IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 3dabaa4d authored by Hans Dembinski's avatar Hans Dembinski
Browse files

fix?

parent fdb259a7
No related branches found
No related tags found
No related merge requests found
......@@ -18,13 +18,16 @@ build:
- cd build
- ls
- gzip -v -9 -S .gz test.log
- tar cjf coverage-report.tar.bz2 coverage-report
- pwd
artifacts:
expire_in: 1 week
paths:
- build/coverage-report
when: on_success
artifacts:
expire_in: 1 week
paths:
- build/test.log.gz
- build/coverage-report.tar.bz2
when: on_failure
reports:
junit:
......
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