From b83501fe31fa5f83e23f75ee6aa355552abb876e Mon Sep 17 00:00:00 2001 From: Suzanne Selhorn <sselhorn@gitlab.com> Date: Tue, 17 May 2022 17:32:07 +0000 Subject: [PATCH] Clarified that runners are available on GitLab.com --- doc/ci/quick_start/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ci/quick_start/index.md b/doc/ci/quick_start/index.md index d340e6afb64ce..e35a042a320a1 100644 --- a/doc/ci/quick_start/index.md +++ b/doc/ci/quick_start/index.md @@ -27,6 +27,8 @@ If you are migrating from another CI/CD tool, view this documentation: To use GitLab CI/CD: 1. [Ensure you have runners available](#ensure-you-have-runners-available) to run your jobs. + GitLab SaaS provides runners, so if you're using GitLab.com, you can skip this step. + If you don't have a runner, [install GitLab Runner](https://docs.gitlab.com/runner/install/) and [register a runner](https://docs.gitlab.com/runner/register/) for your instance, project, or group. 1. [Create a `.gitlab-ci.yml` file](#create-a-gitlab-ciyml-file) -- GitLab