[[Gitlab Docs]] [[Use YAML anchors to reuse scripts in Gitlab CI]] To access another repo from a CI job use basic auth over https using the credentials: `gitlab-ci-token:${CI_JOB_TOKEN}`. Example: `https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.group.one/groupvps/group-one-backup-agent.git`