diff --git a/.env.testing b/.env.testing index 1cf5dc9..e74d536 100644 --- a/.env.testing +++ b/.env.testing @@ -6,7 +6,7 @@ APP_LOG_LEVEL=debug APP_URL=http://localhost DB_CONNECTION=mysql -DB_HOST=mysql +DB_HOST=mariadb DB_PORT=3306 DB_DATABASE=testing DB_USERNAME=root diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f115930..7caee8c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,9 +50,7 @@ before_script: # Install Node dependencies. # comment this out if you don't have a node dependency - - npm version && ls -al && grep admin *json && md5sum *json - npm install - - ls -al && grep admin *json && md5sum *json && npm list # Copy over testing configuration. # Don't forget to set the database config in .env.testing correctly