diff --git a/Makefile b/Makefile index be83f1b..c1ebf3d 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 -ti '$(REPO)/$(NAME):$(VERSION)-python$(PYVERSION)' --only-test $(TEST_FLAGS) + docker run $(DOCKER_FLAGS) -v $$PWD/$*:/senpy-plugins/ --rm '$(REPO)/$(NAME):$(VERSION)-python$(PYVERSION)' --only-test $(TEST_FLAGS) test: test-.