summaryrefslogtreecommitdiff
path: root/doc/ci/runners/index.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-26 00:08:24 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-26 00:08:24 +0000
commiteb90b0642d7949bfa03c8e9b5f39d211934fb0b5 (patch)
tree270a1a9cf9d6c491fbee55c7f3e793e04e12560a /doc/ci/runners/index.md
parente0096a0ef1fa770c16c4f7f0ecea618433d7b052 (diff)
downloadgitlab-ce-eb90b0642d7949bfa03c8e9b5f39d211934fb0b5.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/runners/index.md')
-rw-r--r--doc/ci/runners/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ci/runners/index.md b/doc/ci/runners/index.md
index 257dc02805b..038bda4ab09 100644
--- a/doc/ci/runners/index.md
+++ b/doc/ci/runners/index.md
@@ -7,10 +7,7 @@ type: reference
# Runner SaaS **(FREE SAAS)**
-If you are using self-managed GitLab or you use GitLab.com but want to use your own runners, you can
-[install and configure your own runners](https://docs.gitlab.com/runner/install/).
-
-If you are using GitLab SaaS (GitLab.com), your CI jobs automatically run on runners provided by GitLab.
+If you use GitLab SaaS (GitLab.com), your CI jobs automatically run on runners provided by GitLab.
No configuration is required. Your jobs can run on:
- [Linux runners](saas/linux_saas_runner.md).
@@ -20,3 +17,6 @@ No configuration is required. Your jobs can run on:
The number of minutes you can use on these runners depends on the
[maximum number of CI/CD minutes](../pipelines/cicd_minutes.md)
in your [subscription plan](https://about.gitlab.com/pricing/).
+
+If you use self-managed GitLab or you use GitLab.com but want to use your own runners, you can
+[install and configure your own runners](https://docs.gitlab.com/runner/install/).