ci: set specific mariadb version for mariadb service in tests

This commit is contained in:
Yassine Doghri 2024-02-21 14:43:53 +00:00
parent a343de4cf6
commit 3187b0144f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ lint-js:
tests:
stage: quality
services:
- mariadb
- mariadb:10.2
variables:
MYSQL_ROOT_PASSWORD: "R00Tp4ssW0RD"
MYSQL_DATABASE: "test"