From 6e738f6ac2425fec76642af9eeea0497d63e6343 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 18:21:47 +0100 Subject: [PATCH] updated .gitlab-ci.yml & .env --- .env | 2 +- .gitlab-ci.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.env b/.env index 1110b99..3778f55 100644 --- a/.env +++ b/.env @@ -51,7 +51,7 @@ database.default.username = root database.default.password = root database.default.DBDriver = MySQLi -database.tests.hostname = localhost +database.tests.hostname = mysql database.tests.database = aauth_v3_ci4_testing database.tests.username = root database.tests.password = root diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff207c4..6a581c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,6 @@ before_script: - unzip CI4.zip - cp -r aauth_temp/* CodeIgniter4-4.0.0-alpha.3 - cd CodeIgniter4-4.0.0-alpha.3 - - mysql -u root -proot -h mysql -e 'CREATE DATABASE aauth_v3_ci4_testing;' - composer install # Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service