Merge branch 'laravel-with-gitlab-docs' into 'master'

With laravel's package auto-discovery, the composer install fails when it tries…

See merge request gitlab-org/gitlab-ce!15950
This commit is contained in:
Rémy Coutable 2017-12-18 08:50:31 +00:00
commit cfb8d001eb
1 changed files with 1 additions and 1 deletions

View File

@ -502,8 +502,8 @@ stages:
unit_test:
stage: test
script:
- composer install
- cp .env.example .env
- composer install
- php artisan key:generate
- php artisan migrate
- vendor/bin/phpunit