From 8888b2d7dff945215642f34244a9985fa3f483a0 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Mon, 10 Aug 2020 08:21:42 +0200 Subject: [PATCH] test to fix storage test error --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d416eb4..3c9f9ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,8 @@ composer: script: - composer install --prefer-dist --no-ansi --no-interaction --no-progress --no-scripts - cp .env.example .env + - chown -R $USER:www-data storage/ + - chmod -R g+w storage/ - php artisan key:generate artifacts: expire_in: 1 month