# HG changeset patch
# User Laurent Peuch <cortex@worlddomination.be>
# Date 1654742566 -7200
#      Thu Jun 09 04:42:46 2022 +0200
# Node ID 3cd37b3f8e08166b6cc118b2f5145e65ce0a4ebb
# Parent  363f9bafbb78579dc3cc7704c591d01a0e5adee2
ci(gitlab-ci): use templates from a common repository

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@
       - "templates/no-duplicated-ci-pipelines.yml"  # use workflow to avoid duplicated pipelines
       - "templates/lint/twine-check.yml"  # will run twine check to see if pypi won't reject the package
       - "templates/lint/check-dependencies-resolution.yml"  # will run pip-compile -n to check if dependencies are compatibles
+      - "templates/lint/safety.yml"  # will run 'safety check --full-report' on the installed project
       - "templates/lint/flake8.yml"  # will do the equivalent of 'tox -e flake8'
       - "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'