summaryrefslogtreecommitdiff
path: root/doc/ci/services
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-08 15:59:41 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-08 18:26:54 +0200
commit149c934a1d38662358b48cdf844430de7845d1c4 (patch)
treef71b8044125f5c7015a33061dddacb187b41d7c8 /doc/ci/services
parent4236861df03ff86fc1b2bb8a6a0835b0f3a03244 (diff)
downloadgitlab-ce-149c934a1d38662358b48cdf844430de7845d1c4.tar.gz
More cleanup on Redis example
Diffstat (limited to 'doc/ci/services')
-rw-r--r--doc/ci/services/redis.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ci/services/redis.md b/doc/ci/services/redis.md
index b0d04f95408..e6add57ca76 100644
--- a/doc/ci/services/redis.md
+++ b/doc/ci/services/redis.md
@@ -4,10 +4,10 @@ As many applications depend on Redis as their key-value store, you will
eventually need it in order for your tests to run. Below you are guided how to
do this with the Docker and Shell executors of GitLab Runner.
-## Use Redis with Docker executor
+## Use Redis with the Docker executor
-If you are using our Docker integration you basically have everything set up
-already.
+If you are using GitLab's Runner Docker integration you basically have
+everything set up already.
First, in your `.gitlab-ci.yml` add:
@@ -29,7 +29,7 @@ framework.
If you want to use any other version of Redis, check the available versions
on [Docker Hub](https://hub.docker.com/_/redis/).
-## Use Redis with Shell executor
+## Use Redis with the Shell executor
Redis can also be used on manually configured servers that are using GitLab
Runner with the Shell executor.