diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 31f57d30b5e3f6916947adc6ef2658843b88741e_LmdpdGxhYi1jaS55bWw=..ab71a22db94703053b1b52d75f188e8d6610722d_LmdpdGxhYi1jaS55bWw= 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@
       - "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/black.yml"  # will do the equivalent of 'tox -e black'
       - "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/tests/py3.yml"  # will do the equivalent of 'tox -e py3'