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

correct gitlab ci file

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