diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f3c3a6..2f7acd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,11 @@ Corvus:Tests: - python3 -m pipenv --version - cd server - pipenv install --dev --system - - pycodestyle corvus tests + - pylint corvus - mypy corvus tests - PYTHONPATH=$(pwd) coverage run --source corvus -m pytest - coverage report --fail-under=85 -m --skip-covered + - pycodestyle corvus tests + - pydocstyle corvus tags: - docker