diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb2fc9e..037a032 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ mypy: allow_failure: true script: - pip install -r dev_requirements.txt - - python -m mypy src/main/python/ddadevops/*.py + - python -m mypy src/main/python/ddadevops/*.py --ignore-missing-imports pylint: stage: lint