From a1b28fc4fabc2b27d0031c11583fbbb05f632f19 Mon Sep 17 00:00:00 2001 From: "chingning.chen" Date: Thu, 28 Apr 2022 21:37:06 +0800 Subject: [PATCH] fix: pytest cmd --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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