diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f160edb45..4f093926c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,11 @@ run-test: script: - python3 setup.py test_nogui +run-mypy: + stage: test + script: + - mypy -p gajim.common.modules --follow-imports=skip + run-pylint: stage: test script: