From 00a823cd7ab5fb9798b4c405f2f7fe1b82057ab2 Mon Sep 17 00:00:00 2001 From: ariel- Date: Sun, 6 Mar 2016 04:38:18 -0300 Subject: [PATCH] Added docker mysql config --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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