From 807b96e51e4ebfee0d5491141ccc97496a9dadb7 Mon Sep 17 00:00:00 2001
From: Daniel Speicher <daniel.speicher@lakedrops.com>
Date: Thu, 25 Jul 2024 16:51:44 +0200
Subject: [PATCH] Document stages and jobs.

---
 docs/gitlab/drupal/index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/gitlab/drupal/index.md b/docs/gitlab/drupal/index.md
index efcda1a..8aedf47 100644
--- a/docs/gitlab/drupal/index.md
+++ b/docs/gitlab/drupal/index.md
@@ -65,6 +65,7 @@ The following chapters describes all stages and their jobs. The files:
 -  [check4updates.yml](https://gitlab.lakedrops.com/gitlab-ci-cd/drupal/-/blob/main/check4updates.yml?ref_type=heads).
 
 ### .pre
+
 To prepare and check, if the environment is good to go, we have a `.pre` stage, which contains the
 following jobs:
 
-- 
GitLab