Skip to content
Snippets Groups Projects
Commit d5dcacb3 authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

correct gitlab ci file

parent 8b6c3637
No related branches found
No related tags found
1 merge request!2Gradle + CI improvements
......@@ -34,7 +34,7 @@ test:
artifacts:
reports:
junit:
- **/build/test-results/test/TEST-*.xml
- "**/build/test-results/test/TEST-*.xml"
checkstyle:
stage: check
......@@ -44,7 +44,7 @@ checkstyle:
allow_failure: true
artifacts:
paths:
- */build/reports/checkstyle/main.html
- "*/build/reports/checkstyle/main.html"
when: on_failure
expire_in: 1 day
......@@ -56,7 +56,7 @@ pmd:
allow_failure: true
artifacts:
paths:
- */build/reports/pmd/*.html
- "*/build/reports/pmd/*.html"
when: on_failure
expire_in: 1 day
......@@ -68,7 +68,7 @@ spotbugs:
allow_failure: true
artifacts:
paths:
- */build/reports/spotbugs/*.html
- "*/build/reports/spotbugs/*.html"
when: on_failure
expire_in: 1 day
......
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