diff --git a/Dockerfile b/Dockerfile index 7eef97df3..6d46c6dee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -159,7 +159,7 @@ RUN if [ "$RUN_TESTS" = true ]; then \ RUN if [ "$RUN_TESTS" = true ]; then \ TEST=true PYTHONPATH="." venv/bin/py.test --timeout=3600 --verbose \ - --show-count -x --color=no; \ + --show-count -x --color=no ./; \ fi RUN if [ "$RUN_TESTS" = true ]; then \