From 4f5a0c30f22976e883855422ed29703d5e472a8e Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Thu, 6 Aug 2020 14:06:11 +0200 Subject: [PATCH] fix gitlabci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4340000..d1304db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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