diff --git a/yarn-project/end-to-end/scripts/e2e_test.sh b/yarn-project/end-to-end/scripts/e2e_test.sh index a2c8ddc5ac8..d8aa1201bca 100755 --- a/yarn-project/end-to-end/scripts/e2e_test.sh +++ b/yarn-project/end-to-end/scripts/e2e_test.sh @@ -74,7 +74,7 @@ else -e HARDWARE_CONCURRENCY="$HARDWARE_CONCURRENCY" \ -e FAKE_PROOFS="$FAKE_PROOFS" \ $env_args \ - --volume ./out:/out \ + --volume "$(pwd)"/out:/out \ --rm aztecprotocol/end-to-end:$AZTEC_DOCKER_TAG \ "$test_path" "$@" || [ "$ignore_failures" = "true" ] fi