diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4dec289..67f7b00 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,7 @@ build-packages:      # This job runs in the deploy stage.
     - .ci/ci_build.sh
     - cd build/LatexPackagesBuild
     - git add .
-    - git commit -m "${COMMIT_MESSAGE}"
+    - git commit -m "${COMMIT_MESSAGE}" || echo "Nothing to commit, working dir clean"
   variables:
       GIT_SUBMODULE_STRATEGY: recursive
   artifacts: