From ae1fe28772062c6a997b65de6ce9ab1a3b5c880f Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sat, 3 Aug 2024 00:14:14 +0200 Subject: [PATCH] Use the LTS container This reverts commit e52895f542d3c1227409d616659c62549d905ebe. --- gitlab/ci/template.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitlab/ci/template.yml b/gitlab/ci/template.yml index 7bd0e3c939..43d88bc5da 100644 --- a/gitlab/ci/template.yml +++ b/gitlab/ci/template.yml @@ -35,7 +35,8 @@ script: - /bin/true services: - - name: mysql + - name: mysql:8.0 + command: ["--default-authentication-plugin=mysql_native_password"] alias: sqlserver .mariadb_job: