diff --git a/makefile b/makefile index 85ed433..ec8eaaa 100644 --- a/makefile +++ b/makefile @@ -63,7 +63,6 @@ ship: ## Pull the container images from the Docker Hub pull: docker pull $(image):$(tag) - docker pull $(test_image):$(tag) ## Run the unit tests inside the mysql container test: