git strategy by default in gitlab runner
See if this configuration can be generalized.
https://docs.gitlab.com/ee/ci/large_repositories/#store-custom-clone-options-in-configtoml
environment = [
"GIT_DEPTH=10",
"GIT_CLONE_PATH=$CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_NAME"
]