diff options
Diffstat (limited to 'docker/parser/Dockerfile')
-rw-r--r-- | docker/parser/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/parser/Dockerfile b/docker/parser/Dockerfile index 043f214a..bf43ac0c 100644 --- a/docker/parser/Dockerfile +++ b/docker/parser/Dockerfile @@ -18,4 +18,4 @@ RUN apk --no-cache add --virtual .build-deps --update \ rm upper-constraints.txt thirdparty-requirements.txt && \ apk del .build-deps COPY testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml -CMD ["bash","-c","prepare_env start && run_tests -t all"] +CMD ["run_tests", "-t", "all"] |