diff --git a/Makefile b/Makefile index 932240d..e54935a 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ compose_remote: ## connect to remote node .PHONY: compose_test compose_test: ## execute test on docker environment - @$(COMPOSE) --profile test run --rm test + @$(COMPOSE) --profile test run --build --rm test .PHONY: compose_test_shell compose_test_shell: ## enter test environment shell