diff --git a/.circleci/config.yml b/.circleci/config.yml index 7b1d08a80e..221a85c773 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -376,7 +376,7 @@ jobs: - run: name: Collect xcodebuild log command: | - cp /private/var/folders/ln/**/T/pytest-of-distiller/pytest-*/**/xcodebuild.log ./ + cp /private/var/folders/**/**/T/pytest-of-distiller/pytest-*/**/xcodebuild.log ./ when: always - store_artifacts: path: ~/project/firefox-ios/firefox-ios/firefox-ios-tests/Tests/ExperimentIntegrationTests/results/index.html