Commit cfb8d001 authored by Rémy Coutable's avatar Rémy Coutable

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
parents 907af56a 48e629e6
...@@ -502,8 +502,8 @@ stages: ...@@ -502,8 +502,8 @@ stages:
unit_test: unit_test:
stage: test stage: test
script: script:
- composer install
- cp .env.example .env - cp .env.example .env
- composer install
- php artisan key:generate - php artisan key:generate
- php artisan migrate - php artisan migrate
- vendor/bin/phpunit - vendor/bin/phpunit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment