diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06f21f7a4c196ede8ebb74385ef4d1fe01afdb2f..fa179388c2766b09ea11e701ed1572967eeda061 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ stages: - ls -l - pip install -U pip - pip --version - - pip install pytest black ruff + - pip install pytest black ruff pydocstyle - pytest --version - cat /etc/issue @@ -79,6 +79,8 @@ style: - ruff --version - ruff . - black --check --diff . + - pydocstyle mpsd-software-environment.py + - pydocstyle tests.py test-bullseye: