diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 183aca607bcd7610c120b15c90e0de6329c7fb06..e71e4c5b3ced275770be46b9d743476d0e5df0f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ include: - "templates/lint/twine-check.yml" # will do the equivalent of 'twine --check' (after a "setup.py sdist") - "templates/lint/check-manifest.yml" # will do the equivalent of 'tox -e check-manifest' - "templates/lint/yamllint.yml" # will do the equivalent of 'tox -e yamllint' + - "templates/lint/safety.yml" # will do the equivalent of 'safety check --full-report' - "templates/lint/check-dependencies-resolution.yml" - "templates/tests/py3.yml" # will do the equivalent of 'tox -e py3' - "templates/create-release-on-heptapod.yml" # this will create a release on heptapod