diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e31d78..b2f2ee8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,9 +58,10 @@ before_script: - npm run dev # Generate an application key. Re-cache. - php artisan key:generate - - php artisan config:cache +# - php artisan config:cache + - php artisan optimize # Run database migrations. - - php artisan migrate + - php artisan migrate --force # Run database seed - php artisan db:seed @@ -72,4 +73,4 @@ test: # if you have any task for testing frontend # set it in your package.json script # comment this out if you don't have a frontend test - - npm test +# - npm test