Use shallow cloning when initiating a job
https://docs.gitlab.com/ee/ci/yaml/#shallow-cloning
This is so we don't fetch all branches and commits each time a job initiates. Setting this to 20 would suffice.
Edited by Achilleas Pipinellis
https://docs.gitlab.com/ee/ci/yaml/#shallow-cloning
This is so we don't fetch all branches and commits each time a job initiates. Setting this to 20 would suffice.