diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2caca1592b2f74e68cd6d17a199e050e0e729f6a..23b98de05949311613f5ac9f2c8bf753fdfbc9dc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,7 @@ build-page:
     - bundle install
     - wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 --no-verbose -O /usr/local/bin/yq
     - chmod +x /usr/local/bin/yq
+    - chmod +x ./build-page.sh
   script:
     - |
       if [ "$CI_COMMIT_BRANCH" == "publish" ] || [ "$CI_COMMIT_BRANCH" == "main" ]; then