diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d3ed7cc03fc22b5fc987b309af6d20d48045c89a..fc2f96888edce6328aa2ff608271cd565d23509a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,6 @@ pages:
     - git fetch origin $PAGES_BRANCH && git checkout $PAGES_BRANCH || git checkout -b $PAGES_BRANCH origin/$PAGES_BRANCH || echo "Pages branch not deployed yet."
     - git checkout $CI_COMMIT_SHA
   script:
-    - git pull --rebase origin $PAGES_BRANCH
     - |
       if [ -n "$CI_COMMIT_TAG" ]; then
         mike deploy --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH -u $CI_COMMIT_TAG latest