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