diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1259a7f77c4d89b7891d6358aa976e706fc823db..2acc152cd2399ac622e4bebe5f7f4263f02e3e40 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,8 @@ update:
     - git clone "$path" MetaGer_neu
     - cd MetaGer_neu
     - composer update
+    - chmod -R 777 storage
+    - chmod -R 777 /bootstrap/cache
     - cd ~/
     - rm -rf MetaGer
     - mv MetaGer_neu MetaGer
\ No newline at end of file