diff --git a/Makefile b/Makefile index 9c84d217..9b090e7a 100644 --- a/Makefile +++ b/Makefile @@ -208,7 +208,7 @@ integration-test-release: ## Run integration test on the release VDP .PHONY: helm-integration-test-latest helm-integration-test-latest: ## Run integration test on the Helm latest for VDP - @make all EDITION=local-ce:test + @make build-latest @export TMP_CONFIG_DIR=$(shell mktemp -d) && docker run --rm \ -v ${HOME}/.kube/config:/root/.kube/config \ -v /var/run/docker.sock:/var/run/docker.sock \