Commit 1510dedd authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Add MySQL vars.

parent 526d8e51
Pipeline #1116 failed with stage
in 6 minutes and 19 seconds
......@@ -4,6 +4,9 @@ variables:
MYSQL_ROOT_PASSWORD: "password"
MYSQL_ALLOW_EMPTY_PASSWORD: "1"
MYSQL_TEST: "true"
MYSQL_TEST_USER: "root"
MYSQL_TEST_PASS: "password"
MYSQL_TEST_HOST: "mysql"
before_script:
- cat /etc/hosts
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment