diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ffe14a25..07d29280b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -218,7 +218,8 @@ jobs: - run: name: "Install Tor" command: | - integration/install-tor.sh + # Don't forget that we moved the source tree to /tmp. + /tmp/project/integration/install-tor.sh - save_cache: *SAVE_HTTP_CACHE - save_cache: *SAVE_WHEELHOUSE - run: *RUN_TESTS