From 56f63c00b794ea3ae3a105a27b52ed7ae62f59f8 Mon Sep 17 00:00:00 2001 From: Robin Oppermann <robinopp@mail.uni-paderborn.de> Date: Thu, 26 Jan 2017 23:16:46 +0100 Subject: [PATCH] Correct wrong filename, add report-dir to test output --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efeeb284..be674cd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,7 +64,7 @@ build: - LICENSE.txt - README.md - README.txt - - default_settings + - default_settings.txt - CONTRIBUTING.md - HISTORY.txt @@ -74,4 +74,7 @@ build: test: stage: test script: - - ./gradlew -g /cache/.gradle check \ No newline at end of file + - ./gradlew -g /cache/.gradle check + artifacts: + paths: + - build/reports/ \ No newline at end of file -- GitLab