fix gitlabci

This commit is contained in:
2020-08-06 14:06:11 +02:00
parent 387c42ace9
commit 4f5a0c30f2

View File

@@ -7,11 +7,11 @@ image: php:latest
# 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
services:
- mysql:latest
command: ["--default-authentication-plugin=mysql_native_password"]
- mariadb:latest
variables:
MYSQL_DATABASE: portal
MYSQL_USER: root
MYSQL_ROOT_PASSWORD: secret
# This folder is cached between builds