diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0089097881a..60c69d618c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,9 @@ +services: + - mysql:latest + +variables: + MYSQL_ALLOW_EMPTY_PASSWORD: "yes" + before_script: - git checkout -b master - apt-get -yqq update