fix gitlabci
This commit is contained in:
@@ -7,11 +7,11 @@ image: php:latest
|
|||||||
# Only needed when using a docker container to run your tests in.
|
# Only needed when using a docker container to run your tests in.
|
||||||
# Check out: http://docs.gitlab.com/ce/ci/docker/using_docker_images.html#what-is-a-service
|
# Check out: http://docs.gitlab.com/ce/ci/docker/using_docker_images.html#what-is-a-service
|
||||||
services:
|
services:
|
||||||
- mysql:latest
|
- mariadb:latest
|
||||||
command: ["--default-authentication-plugin=mysql_native_password"]
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
MYSQL_DATABASE: portal
|
MYSQL_DATABASE: portal
|
||||||
|
MYSQL_USER: root
|
||||||
MYSQL_ROOT_PASSWORD: secret
|
MYSQL_ROOT_PASSWORD: secret
|
||||||
|
|
||||||
# This folder is cached between builds
|
# This folder is cached between builds
|
||||||
|
|||||||
Reference in New Issue
Block a user