diff --git a/.buildkite/scripts/run-benchmarks.sh b/.buildkite/scripts/run-benchmarks.sh index 1641c1fa..195a8063 100644 --- a/.buildkite/scripts/run-benchmarks.sh +++ b/.buildkite/scripts/run-benchmarks.sh @@ -5,8 +5,8 @@ set -ex set -o pipefail -# cd into parent directory of this file -cd "$(dirname "${BASH_SOURCE[0]}")/.." +# cd 2 levels into the working directory +cd "$(dirname "${BASH_SOURCE[0]}")/../.." (which wget && which curl) || (apt-get update && apt-get install -y wget curl)