summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 084e1f5..300e14b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ build:
docker build -f Dockerfile --build-arg DOCKER_REGISTRY=${DOCKER_REGISTRY} -t $(tag) .
docker-check: build
- docker run -it --rm -v $(PWD)/out-results:/ACT4E/out-results $(tag) \
+ docker run -it --rm $(tag) \
act4e-test --collections act4e_checks --module act4e_solutions