tf-m-sync-qa-tools.yaml: add push parameter

force push and push tags to the mirrored repo

Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I4a111f1b3ed24143fe7e38bacf16ea79b726ce27
diff --git a/tf-m-sync-qa-tools.yaml b/tf-m-sync-qa-tools.yaml
index 1a57f07..a93e3c2 100644
--- a/tf-m-sync-qa-tools.yaml
+++ b/tf-m-sync-qa-tools.yaml
@@ -55,4 +55,4 @@
           echo "Fetch ${GITLAB_REPO}:${SYNC_BRANCH}"
           git -C "${_workdir}" fetch ${GITLAB_REPO} ${SYNC_BRANCH}
           echo "Sync to ${GERRIT_PROJECT}"
-          GIT_SSH_COMMAND="ssh ${SSH_PARAMS}" git -C "${_workdir}" push ${REPO_SSH_URL} FETCH_HEAD:refs/heads/${SYNC_BRANCH}
+          GIT_SSH_COMMAND="ssh ${SSH_PARAMS}" git -C "${_workdir}" push --force --tags ${REPO_SSH_URL} FETCH_HEAD:refs/heads/${SYNC_BRANCH}