View the Gitlab Runners available to the project
Finally, we will take a look at the gitlab runners available to the project. Select Settings then CI/CD. Select the Expand button in the Runners section.
There are several runners available under the Instance runners section. Note the runner with the tag of gitops. This is the runner that we will use during this workshop. This tag must be used in each job section in the pipeline definition that we will review shortly.
If we wanted to create a runner dedicated to this project, this is the section where this would be done. For now, we’ll proceed with the shared runner.

