diff --git a/Makefile b/Makefile index 17e3760..35225fd 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,8 @@ integration-test: fi @cp tests/integration/jmxremote/jmxremote.password.unencoded tests/integration/jmxremote/jmxremote.password @chmod 0600 tests/integration/jmxremote/jmxremote.password - @docker-compose -f tests/integration/docker-compose.yml up -d --build - @go test -v -tags=integration ./tests/integration/. -count=1 ; (ret=$$?; docker-compose -f tests/integration/docker-compose.yml down && exit $$ret) + @docker compose -f tests/integration/docker-compose.yml up -d --build + @go test -v -tags=integration ./tests/integration/. -count=1 ; (ret=$$?; docker compose -f tests/integration/docker-compose.yml down && exit $$ret) POD_NAME := agent NAMESPACE := test-kafka