diff --git a/Makefile b/Makefile index 7af4e7d6b..79aa15e2e 100644 --- a/Makefile +++ b/Makefile @@ -76,9 +76,6 @@ integration-test: build setup-network: docker network inspect dpy-tests || docker network create dpy-tests -.PHONY: integration-dind -integration-dind: integration-dind - .PHONY: integration-dind integration-dind: build setup-network docker rm -vf dpy-dind || :