From c2230d1e47b3a6b426a83ab51e104e733ce77753 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:27:24 +0200 Subject: [PATCH] Fix start of MySQL container --- gitlab/ci/template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/ci/template.yml b/gitlab/ci/template.yml index ef9270b500d..116a54879d8 100644 --- a/gitlab/ci/template.yml +++ b/gitlab/ci/template.yml @@ -36,7 +36,7 @@ - /bin/true services: - name: mysql - command: ["--mysql-native-password", "--authentication_policy=mysql_native_password"] + command: ["--mysql-native-password=ON", "--authentication_policy=mysql_native_password"] alias: sqlserver .mariadb_job: