diff --git a/ci/test_unit.sh b/ci/test_unit.sh index 00cbe6e366..6b32519b33 100755 --- a/ci/test_unit.sh +++ b/ci/test_unit.sh @@ -17,4 +17,4 @@ #!/bin/bash set -e -pytest --cov-report term --cov merlin -rxs tests/unit +pytest -rxs tests/unit