From a03fd0330299abd29fe924ff52cca4eeb9a56732 Mon Sep 17 00:00:00 2001
From: AnyOldName3 <krizdjali+github@gmail.com>
Date: Mon, 13 Jul 2020 18:04:25 +0100
Subject: [PATCH] YAML wants lots of quotes

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e70892f18a..90f1c51354 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,10 +47,10 @@ MacOS:
       - build/OpenMW-*.dmg
 
 variables: &engine-targets
-  targets: "openmw", "openmw-essimporter", "openmw-iniimporter", "openmw-launcher", "openmw-wizard"
+  targets: '"openmw", "openmw-essimporter", "openmw-iniimporter", "openmw-launcher", "openmw-wizard"'
 
 variables: &cs-targets
-  targets: "openmw-cs", "bsatool", "esmtool", "niftest"
+  targets: '"openmw-cs", "bsatool", "esmtool", "niftest"'
 
 .Windows_Ninja_Base:
   tags: