diff --git a/libbeat/scripts/Makefile b/libbeat/scripts/Makefile index 55d4fac51447..2c8d370242e4 100755 --- a/libbeat/scripts/Makefile +++ b/libbeat/scripts/Makefile @@ -377,6 +377,7 @@ build-image: write-environment # To use it for running the test, set ES_HOST and REDIS_HOST environment variable to the ip of your docker-machine. .PHONY: start-environment start-environment: stop-environment + ${DOCKER_COMPOSE} pull --include-deps ${DOCKER_COMPOSE} up -d .PHONY: stop-environment