tests: update mysql password in ci

This commit is contained in:
Simon Vieille 2024-03-31 22:22:38 +02:00
parent 11b676446d
commit 0a1e8ffda5
Signed by untrusted user: deblan
GPG key ID: 579388D585F70417

View file

@ -26,7 +26,7 @@ steps:
"Fill MySQL":
image: *mysql_image
commands:
- mysql -hservice-mysql -uroot test < tests/mysql_data.sql
- mysql -hservice-mysql -uroot -proot test < tests/mysql_data.sql
"Run tests":
image: *golang_image