killbill-memoizeit

circleci: add missing hunk Signed-off-by: Pierre-Alexandre

6/19/2018 3:53:25 PM

Changes

Details

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