From 8b00b5caa897c4c55d5e4e53c709ff1325641514 Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Mon, 5 Jul 2021 13:48:12 +0200
Subject: [PATCH] WIP: CI for mysql: Attempt to fix yaml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 682b8ce..d05c819 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,9 +20,9 @@
 #
 
 services:
-  - name: mariadb:10.4
+  - mariadb:10.4
   - name: mysql:8.0
-    command: --default-authentication-plugin=mysql_native_password
+    command: ["--default-authentication-plugin=mysql_native_password"]
 
 variables:
   DEPLOY_REF: dev
-- 
GitLab