From 70cdcded9b9828fa83b043a72c080951984e0b7b Mon Sep 17 00:00:00 2001 From: Martin Kiragu Date: Mon, 13 Feb 2023 06:40:02 +0300 Subject: [PATCH] generate key, run migration and database seeder --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28b189a9..28036baa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,8 @@ test_job: stage: test script: - composer install + - php artisan key:generate + - php artisan migrate - php artisan test rules: - if: '$CI_COMMIT_BRANCH =~ /.*/'