diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5589b496a05d9dd5c65410efebb2a32126d9da39..39556bc66c4e0779a42132244892e6dd6340beff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,7 @@ run-test:
   dependencies:
     - build-job
   script:
+    - chmod 777 -R ./test
     - ./test/run-tests.sh
   artifacts:
     expire_in: 7 days