From 0ec7f76bd381c1c2c47f6d29e6c65064a83a8cfa Mon Sep 17 00:00:00 2001
From: Sven Marcus <s.marcus@outlook.de>
Date: Tue, 27 Oct 2020 13:51:35 +0100
Subject: [PATCH] Fix only syntax

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3eddd7239..35acd8476 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -117,7 +117,7 @@ create_release:
 clangBuildAnalyzer:
   stage: test
 
-  only: schedules
+  only: ["schedules"]
 
   before_script:
     - export DEBIAN_FRONTEND=noninteractive
@@ -147,7 +147,7 @@ clangBuildAnalyzer:
 include_what_you_use:
   stage: test
 
-  only: schedules
+  only: ["schedules"]
 
   before_script:
     - export DEBIAN_FRONTEND=noninteractive
-- 
GitLab