Tag: CI CD

  • Install GitLab Runner

    Install GitLab Runner

    GitLab Runner runs the CI/CD jobs that are defined in GitLab. You can install GitLab Runner on your infrastructure, inside a Docker container, or deployed to a Kubernetes cluster. GitLab Runner is open-source and written in Go. It can run as a single binary and has no language-specific requirements. GitLab Runner can be installed and…