diff --git a/.circleci/config.yml b/.circleci/config.yml index 6d6239f..a9c4c65 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,7 @@ jobs: name: Save Test Results command: | mkdir -p ~/test/ - find . -type f -regex "build/test-results/test/.*xml" -exec cp {} ~/junit/ \; + find . -type f -regex "build/test-results/test/.*xml" -exec cp {} ~/test/ \; when: always - store_test_results: path: ~/test