Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-05-15 18:48:27 +0300
committerRémy Coutable <remy@rymai.me>2018-05-15 18:48:27 +0300
commita892fc2868f2ee64e4b70082c9686cb437701746 (patch)
tree198133dad244ae6959a01b3cead1d5550edab5a6 /doc/ci
parent8c4837608d9653ae0a882ac86365cbe2a38215ad (diff)
parent3cb952dd10b1fc702bf5f5589dcf493751e4254b (diff)
Merge branch 'patch-19' into 'master'
fix runner requirements See merge request gitlab-org/gitlab-ce!18728
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/quick_start/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md
index fec0ff87326..47e658f610e 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -151,7 +151,8 @@ The next step is to configure a Runner so that it picks the pending jobs.
In GitLab, Runners run the jobs that you define in `.gitlab-ci.yml`. A Runner
can be a virtual machine, a VPS, a bare-metal machine, a docker container or
even a cluster of containers. GitLab and the Runners communicate through an API,
-so the only requirement is that the Runner's machine has [Internet] access.
+so the only requirement is that the Runner's machine has network access to the
+GitLab server.
A Runner can be specific to a certain project or serve multiple projects in
GitLab. If it serves all projects it's called a _Shared Runner_.
@@ -226,4 +227,3 @@ CI with various languages.
[enabled]: ../enable_or_disable_ci.md
[stages]: ../yaml/README.md#stages
[pipeline]: ../pipelines.md
-[internet]: https://about.gitlab.com/images/theinternet.png