diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efeeb284b85e0edeea5fec550158fd4d228ce087..be674cd28d20b80c2d302705716712c782f9d39e 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