Go package problem on GitLab

This happens on Golang from version 1.13. I verify this after reading this https://golang.org/doc/go1.13#modules Problem go get -u gitlab.com/fast-and-comfy/internal # cd .; git clone — https://gitlab.com/fast-and-comfy/internal.git /Users/pepa/go/src/gitlab.com/fast-and-comfy/system Cloning into ‚/Users/pepa/go/src/gitlab.com/fast-and-comfy/system’… fatal: …

GitLab CI/CD pipeline

If You work on really complex project which is build from a lot of dependent applications You could have big CI/CD pipeline like me. http://apphosting.io