Commit 55e7ffb9 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'patch-5' into 'master'

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

See merge request gitlab-org/gitlab-ee!3345
parents 173bc2a8 b325dd56
......@@ -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
......
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