From 01ec0ae62d5a9855a34692dc3a3d0a1f0a0e101f Mon Sep 17 00:00:00 2001
From: Frederik Schwan <frederik.schwan@linux.com>
Date: Sun, 10 May 2020 02:25:07 +0200
Subject: [PATCH] make gitlab-ci svenstaro compliant

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 047a40fd8..731727b70 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,8 +5,7 @@ before_script:
 
 ansible-lint:
   script:
-    # fix weird ansible bug
-    # https://github.com/trailofbits/algo/issues/1637
+    # Fix weird ansible bug: https://github.com/trailofbits/algo/issues/1637
     # This probably happens due to gitlab-runner mounting the git repo into the container
     - chmod o-w .
     - ansible-lint 
-- 
GitLab