diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 693ee6f..c3f3e63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,8 @@ linting: stage: lint script: - flake8 + - interrogate -v --ignore-init-method --ignore-module --ignore-nested-functions --ignore-regex "__repr__" --fail-under 50 mmseg + building: stage: test