With laravel's package auto-discovery, the composer install fails when it tries to install Dusk as it thinks it's running in production
This commit is contained in:
parent
ee9ad1b1f6
commit
48e629e654
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue