diff --git a/test/e2e/scripts/prepare.sh b/test/e2e/scripts/prepare.sh index 13b119574..ffcee4f05 100755 --- a/test/e2e/scripts/prepare.sh +++ b/test/e2e/scripts/prepare.sh @@ -35,6 +35,7 @@ echo " === installing ginkgo === " repo_root=$(realpath --canonicalize-existing ${repo_root}) cwd=$(pwd) cd ${repo_root}/test/e2e && go install github.com/onsi/ginkgo/v2/ginkgo@latest +export PATH=$(go env GOPATH)/bin:$PATH trap "cd $cwd" EXIT # start registries