Commit 48e629e6 authored by Samuel's avatar Samuel

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

With laravel's package auto-discovery, the composer install fails when it tries to install Dusk as it thinks it's running in production
parent ee9ad1b1
......@@ -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