diff --git a/run-tests.sh b/run-tests.sh index 202a306a..8d189676 100644 --- a/run-tests.sh +++ b/run-tests.sh @@ -21,4 +21,4 @@ if [[ ! -z "$CI" ]]; then pipenv install --deploy --system --dev fi -pipenv run --system time pytest -v -n auto tests -m "$TEST_SUITE" --tap-stream > results.tap \ No newline at end of file +pipenv run time pytest -v -n auto tests -m "$TEST_SUITE" --tap-stream > results.tap \ No newline at end of file