From 87dfe035d8543157e2178f62f93c24268b7e048d Mon Sep 17 00:00:00 2001
From: Daniel Speicher <daniel.speicher@lakedrops.com>
Date: Tue, 23 Jul 2024 17:29:10 +0200
Subject: [PATCH] Document stages and jobs.

---
 docs/gitlab/drupal/index.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/gitlab/drupal/index.md b/docs/gitlab/drupal/index.md
index 4560cbe..c378463 100644
--- a/docs/gitlab/drupal/index.md
+++ b/docs/gitlab/drupal/index.md
@@ -353,11 +353,15 @@ Rules, when the job should run:
 
 After the preparation and the setup of a Drupal database, we can execute tests. This happens in this stage.
 
-All tests use the two [Internal Test Stages](#internal-test-stages)
+All tests use the two [Internal Test Stages](#internal-test-stages).
 
 #### Test Code Style
 
+This job uses [PHP Code Sniffer](../../dev_tools/test.md#php-code-sniffer) and stores the artefacts in `phpcs`.
 
+Rules, when the job should run:
+
+- the code style tests are enabled by `$DISABLE_CI_TEST_CODESTYLE` != "1"
 
 #### Test PHPUnit
 
-- 
GitLab