From 00881f8be48e2c50c00e575ca5821948e0735464 Mon Sep 17 00:00:00 2001 From: chenkai Date: Thu, 21 May 2020 21:23:44 +0800 Subject: [PATCH] fix typo --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84154c6c0..a2d303ff7 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