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

correct gitlab ci file

parent 926dca4c
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -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.
Please register or to comment