From 8b6c3637c639435ed7b4069dd0e8aeed3ae89c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Vonheiden?= <bjoern.vonheiden@hotmail.de> Date: Wed, 13 May 2020 19:51:44 +0200 Subject: [PATCH] Enable gitlab ci junit reports --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65addedd3..714c35d9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,10 @@ test: tags: - exec-docker script: ./gradlew test --continue + artifacts: + reports: + junit: + - **/build/test-results/test/TEST-*.xml checkstyle: stage: check -- GitLab