1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-13 04:02:29 +00:00

Fix image name in tests

This commit is contained in:
J. Fernando Sánchez 2018-06-15 10:29:18 +02:00
parent e4e1a74971
commit 2a773d45aa

View File

@ -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-.