diff --git a/Jenkinsfile b/Jenkinsfile
index 97bfdaa05c3473cb63a2881059716ee8f3005c0a..1dc3be644589822ced670381842ce886aae10739 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -142,7 +142,7 @@ See https://wiki.savoirfairelinux.com/wiki/Jenkins.jami.net#Configuration_client
                       # Submodules are generally not managed by merging
                       git merge -X theirs --no-commit FETCH_HEAD || true
                       git status
-                      git checkout FETCH_HEAD -- daemon lrc client-qt
+                      git checkout FETCH_HEAD && git add -A
                       git status
                    """
             }