diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e009f855c804ebc292d02420cf9083456f0410f8..3c376b43213b9f3316e37047b137c18801f5764e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,6 +37,7 @@ save:commitIndex:
   rules:
     - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE !~ /tmpBranch/ && $CI_COMMIT_MESSAGE !~ /Update index/'
   before_script:
+    - apk add git-lfs
     - git fetch --all
     - url_host=`git remote get-url origin | sed -e "s/https:\/\/gitlab-ci-token:.*@//g"`
     - git remote set-url origin "https://$GIT_ACCESS_USER:$GIT_ACCESS_TOKEN@${url_host}"