From 0f1cd7518aa5ff78a4b45139e7f462b9dbb37553 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Thu, 10 Jan 2019 15:55:02 +0100 Subject: [PATCH] Expose test results to Gitlab --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 478b765d4..b0ed122c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,9 @@ test: stage: "test" script: - "./gradlew check" + artifacts: + reports: + junit: "*/build/test-results/*/TEST-*.xml" deploy-local: stage: "deploy" -- GitLab