diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3f3e63..56ee16b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,6 @@ building: testing: stage: test script: - - python -m coverage run --branch --source mmcv -m pytest tests/ + - python -m coverage run --branch --source mmseg -m pytest tests/ - python -m coverage xml - python -m coverage report -m