diff --git a/test/helm-test-e2e.sh b/test/helm-test-e2e.sh index 4973497f36..e8c72a681e 100755 --- a/test/helm-test-e2e.sh +++ b/test/helm-test-e2e.sh @@ -28,4 +28,4 @@ pushd . cd $GOPATH go get github.com/ghodss/yaml popd -go run /src/k8s.io/charts/test/helm-test/main.go +go run $GOPATH/src/k8s.io/charts/test/helm-test/main.go