fix(Dockerfile): use curr dir for tests

This commit is contained in:
EvB 2016-12-28 16:43:08 -05:00
parent a45a1968c9
commit d4c7e6d323

View file

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