From the course: Git for Teams

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Install GitLab Runner

Install GitLab Runner - Git Tutorial

From the course: Git for Teams

Start my 1-month free trial

Install GitLab Runner

- [Instructor] GitLab Runner is the workhorse of GitLab's approach to continuous integration. When code changes enter your repository, the runner executes jobs that help build our software and then notifies GitLab of the results. This interplay between GitLab's core and the runner is the foundation of the CI/CD strategy we'll be using. Before we start, though, we need to make sure some pre-requisite software has been installed. The application we'll be working with for CI/CD and GitLab is actually a Java application that's built using Maven. We need to make sure that Java 8 and Maven are installed on your system before proceeding. We're not gonna walk through that in this course because there's many guides out there for installing these technologies on your system. Once you've installed the pre-requisite software, I recommend consulting the GitLab Runner documentation. You'll find the installation procedures for the different operating systems on the documentations webpage. In our…

Contents