diff --git a/.circleci/run-tests.sh b/.circleci/run-tests.sh index b8cdd8f0c..7d6580661 100755 --- a/.circleci/run-tests.sh +++ b/.circleci/run-tests.sh @@ -61,6 +61,7 @@ if [ "${ALLOWED_FAILURE}" = "yes" ]; then alternative = "true" else alternative = "false" +fi ${BOOTSTRAP_VENV}/bin/tox \ -c ${PROJECT_ROOT}/tox.ini \