From e8740a701a61bfc5574011d2cd0fea222cea2b28 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Mon, 10 Aug 2020 12:09:40 +0200 Subject: [PATCH] test mkdir on gitlabCI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b71391..d3337d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,8 @@ phpunit: dependencies: - composer script: + - ls + - pwd - mkdir storage/images - chown -R $USER:www-data storage/ - chmod -R g+w storage/