From aeba7ed5201b5a96382b01315c543d0b93734dc1 Mon Sep 17 00:00:00 2001
From: Tim Jaacks <tim.jaacks@garz-fricke.com>
Date: Mon, 21 Dec 2020 12:05:42 +0100
Subject: [PATCH] Increase line length to 88, just like in the python scripts

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 06ef3c05..31d575dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,15 @@
-#-------------------------------------------------------------------------------
+#---------------------------------------------------------------------------------------
 # Global
-#-------------------------------------------------------------------------------
+#---------------------------------------------------------------------------------------
 image: "registry.gitlab.com/garz-fricke/yocto/infrastructure/ci-images/python/3.8:\
           c93f6876d72713d938208e668899e21bb2f74b2b"
 
 stages:
   - analyze
 
-#-------------------------------------------------------------------------------
+#---------------------------------------------------------------------------------------
 # Stage: analyze
-#-------------------------------------------------------------------------------
+#---------------------------------------------------------------------------------------
 pylint:
   stage: analyze
   timeout: 2m
-- 
GitLab