devops
Custom GitLab Runner to run any CI/CD pipeline on your workstation
ยท โ˜• 3 min read ยท ๐Ÿ‘จ Dennis Lee
There are several benefits when using a custom GitLab runner. First, you don't have to worry about the number of CI/CD minutes limitation on GitLab.com's free tier. Second, the shared runners that GitLab.com offers can be extremely slow, especially when using cache in your CI/CD configuration.