Skip to content
Snippets Groups Projects
Commit 17a665f5 authored by LABOUREL Arnaud's avatar LABOUREL Arnaud
Browse files

Added configuration for test reports

parent 9dc9b184
Branches
Tags
No related merge requests found
......@@ -13,7 +13,11 @@ package:
script:
- ./gradlew assemble
test:
java:
stage: test
script:
- ./gradlew check
\ No newline at end of file
- gradle test
artifacts:
when: always
reports:
junit: build/test-results/test/**/TEST-*.xml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment