diff --git a/.circleci/config.yml b/.circleci/config.yml index 0544709..a8eea21 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ jobs: command: ./gradlew check - store_artifacts: - path: build/reports + path: build/reports/ destination: reports - store_test_results: - path: build/reports/tests/test \ No newline at end of file + path: build/reports/ \ No newline at end of file