diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml
index 8deab794a7d24a72d2bffe400539a413cc3e5601..a94fd42cba41b6970609694459bcdf6a95737128 100644
--- a/manifest-pipeline-yocto.yml
+++ b/manifest-pipeline-yocto.yml
@@ -187,6 +187,7 @@ retrigger:
       # checkout
       - BASEDIR=$PWD
       - git config --global url.https://github.com/.insteadOf git://github.com/
+      - git config --global url.https://gitlab-ci-token:${GITBOT_TOKEN}@git.seco.com/.insteadOf https://git.seco.com/
       - mkdir -p /home/secous/.ssh
       - echo "$SSH_KNOWN_HOSTS" > /home/secous/.ssh/known_hosts
       - echo "$SSH_CONFIG_FILE" > /home/secous/.ssh/config