modify gitlab-ci

This commit is contained in:
Too
2018-06-22 14:27:57 +08:00
parent 2949800833
commit 8eb6a46bce
+1 -1
View File
@@ -16,7 +16,7 @@ stages:
unit_test:
stage: test
script:
- cp .env.example .env
- cp .env-example .env
- composer install
- php artisan key:generate
- php artisan migrate