aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-smlc-test/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ttcn3-smlc-test/Dockerfile')
-rw-r--r--ttcn3-smlc-test/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ttcn3-smlc-test/Dockerfile b/ttcn3-smlc-test/Dockerfile
index 0d5b0da..9437964 100644
--- a/ttcn3-smlc-test/Dockerfile
+++ b/ttcn3-smlc-test/Dockerfile
@@ -9,5 +9,6 @@ RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" smlc
VOLUME /data
COPY SMLC_Tests.cfg /data/SMLC_Tests.cfg
+COPY Makefile.within-docker-img /Makefile
-CMD ttcn3-docker-run smlc SMLC_Tests
+CMD cd / && make test