diff --git a/Makefile b/Makefile index 890bd82d6c..eb874f95f5 100644 --- a/Makefile +++ b/Makefile @@ -218,7 +218,7 @@ stop-db: check-db_type @docker rm -f ${db_type} &> /dev/null || echo " - we could not stop and remove docker named '${db_type}'" .PHONY: integration -integration: build init-db test-certs ## Run all integration tests +integration: generate-openapi-generated-clients-and-servers build init-db test-certs ## Run all integration tests @echo " - using DBURL=${DBURL}" @make --directory='./src/autoscaler' integration DBURL="${DBURL}"