summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel <sam.cloete@libryo.com>2017-12-15 05:46:59 +0000
committerSamuel <sam.cloete@libryo.com>2017-12-15 05:46:59 +0000
commit48e629e65464ececf891ca528061cad5cb4493d5 (patch)
treecf384bd213a125668aa0ac313813d9343de3e21d
parentee9ad1b1f60374e1b83ef6af481ae7ebdd0e7b2e (diff)
downloadgitlab-ce-48e629e65464ececf891ca528061cad5cb4493d5.tar.gz
With laravel's package auto-discovery, the composer install fails when it tries to install Dusk as it thinks it's running in production
-rw-r--r--doc/articles/laravel_with_gitlab_and_envoy/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/articles/laravel_with_gitlab_and_envoy/index.md b/doc/articles/laravel_with_gitlab_and_envoy/index.md
index e0d8fb8d081..b20bd8c247a 100644
--- a/doc/articles/laravel_with_gitlab_and_envoy/index.md
+++ b/doc/articles/laravel_with_gitlab_and_envoy/index.md
@@ -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