killbill-memoizeit

.circleci: update config Signed-off-by: Pierre-Alexandre

6/21/2018 3:12:41 AM

Changes

Details

diff --git a/.circleci/config.yml b/.circleci/config.yml
index c5326d3..fa5db56 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -180,7 +180,7 @@ jobs:
           name: Save test results
           command: |
             mkdir -p ~/junit/
-            find . -type f -regex ".*/test/reports/.*xml" -exec cp {} ~/junit/ \;
+            find ~/killbill-integration-tests -type f -regex ".*/test/reports/.*xml" -exec cp {} ~/junit/ \;
           when: always
       - store_test_results:
           path: ~/junit