diff --git a/.env.testing b/.env.testing index cc63610..6095138 100644 --- a/.env.testing +++ b/.env.testing @@ -10,7 +10,7 @@ DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=portal -DB_USERNAME=portal +DB_USERNAME=root DB_PASSWORD=secret BROADCAST_DRIVER=log diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2f2ee8..1401df9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,7 +61,7 @@ before_script: # - php artisan config:cache - php artisan optimize # Run database migrations. - - php artisan migrate --force + - php artisan migrate # Run database seed - php artisan db:seed