Skip to content

Commit a609bfd

Browse files
committed
Use the LTS container
This reverts commit e52895f.
1 parent e52895f commit a609bfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitlab/ci/template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
script:
3636
- /bin/true
3737
services:
38-
- name: mysql
38+
- name: mysql:8.0
39+
command: ["--default-authentication-plugin=mysql_native_password"]
3940
alias: sqlserver
4041

4142
.mariadb_job:

0 commit comments

Comments
 (0)