I have a GitLab Runner that runs in Docker.
My project has submodules but when I try and build the project I get errors "fatal: could not read Username for 'https://gitlab.com': No such device or address" "fatal: clone of 'https://gitlab.com/........"
Which makes sense as the docker instance won't have the user credentials, however I cant work out how to rectify.