diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d15c051b36751036ef0dcfb0aa6755b537dd62ca..7524d25d4d85616109fd7ac5644528b27960d585 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ default:
     - git config --global user.name "FFS Buildbot"
     - mkdir -p ~/.ssh
     - cat gitlab-known-hosts >> ~/.ssh/known_hosts
-    - cd gluon/openwrt/dl && git add . && git commit -m "update DL cache" || true
+    - cd gluon/openwrt/dl && git pull && git add . && git commit -m "update DL cache" || true
     - git push || true
 
 generate_date: