From dc8ad0a71c16e74ba9c5b2887b4b9e4cb7fe21dd Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Mon, 30 Sep 2019 16:56:36 -0600 Subject: [PATCH] Add jacoco test report Signed-off-by: Taylor Smock --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e92393..2644c07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,7 +122,7 @@ build with java 13: junit tests: stage: test script: - - ./gradlew test + - ./gradlew check test jacocoTestReport artifacts: reports: junit: build/test-results/test/TEST-*.xml