Skip to content

Commit c2230d1

Browse files
committed
Fix start of MySQL container
1 parent 7054e71 commit c2230d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/ci/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- /bin/true
3737
services:
3838
- name: mysql
39-
command: ["--mysql-native-password", "--authentication_policy=mysql_native_password"]
39+
command: ["--mysql-native-password=ON", "--authentication_policy=mysql_native_password"]
4040
alias: sqlserver
4141

4242
.mariadb_job:

0 commit comments

Comments
 (0)