From b234a0fb0e9e7650d9da5f5ad0d3b52a05375aff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Thu, 2 Jun 2022 06:06:08 +0000
Subject: [PATCH] [ci] align comment frames

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 34f9055e82..21530ddc4e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,8 +60,8 @@ check-pipeline-status:
       fi
 
 ###################################################################################
-# trigger the Dumux test pipelines                                       #
-# we trigger the test pipeline with different configurations, i.e. #
+# trigger the Dumux test pipelines                                                #
+# we trigger the test pipeline with different configurations, i.e.                #
 # different Dune versions, compilers, etc. Within merge requests, we create three #
 # test pipelines including two different compilers and a full and minimal setup   #
 # of dependencies. In all other situations, additional test jobs are created.     #
@@ -121,9 +121,9 @@ full-dune-master-clang:
     IMAGE: $IMAGE_REGISTRY_URL/full:dune-master-clang-ubuntu-20.04
 
 
-#########################################################
+################################################
 # trigger test pipelines of downstream modules #
-#########################################################
+################################################
 
 # trigger lecture test
 trigger lecture:
-- 
GitLab