diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84154c6c..a2d303ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,8 @@ linting: script: - pip install flake8 yapf isort - flake8 . - - isort -rc --check-only --diff pytorch-template/ tools/ tests/ - - yapf -r -d pytorch-template/ tools/ tests/ configs/ + - isort -rc --check-only --diff mmcls/ tools/ tests/ + - yapf -r -d mmcls/ tools/ tests/ configs/ test: stage: test