diff --git a/.circleci/config.yml b/.circleci/config.yml index 8593b31b7..183005513 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: # Run tests - run: name: Test incl. license verification - command: mvn verify license:check --batch-mode + command: sh sonarCircleCi.sh # Record test results - run: mkdir -p testresults/junit/ @@ -45,9 +45,14 @@ jobs: - store_test_results: path: testresults/junit/ + + - store_artifacts: + path: testresults/junit/ + destination: test-reports - store_artifacts: path: pom.xml + destination: pom - save_cache: paths: