From 2a773d45aad91610d9b2fbb3787084b3f4c1b319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Fri, 15 Jun 2018 10:29:18 +0200 Subject: [PATCH] Fix image name in tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c1ebf3d..a0cb61b 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ ifdef SENPY_FOLDER all: build run test-%: - docker run $(DOCKER_FLAGS) -v $$PWD/$*:/senpy-plugins/ --rm '$(REPO)/$(NAME):$(VERSION)-python$(PYVERSION)' --only-test $(TEST_FLAGS) + docker run $(DOCKER_FLAGS) -v $$PWD/$*:/senpy-plugins/ --rm $(IMAGEWTAG) --only-test $(TEST_FLAGS) test: test-.