summaryrefslogtreecommitdiff
path: root/doc/ci/services/redis.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/services/redis.md')
-rw-r--r--doc/ci/services/redis.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/services/redis.md b/doc/ci/services/redis.md
index ccb92fa94d7..b04b36f7a04 100644
--- a/doc/ci/services/redis.md
+++ b/doc/ci/services/redis.md
@@ -40,13 +40,13 @@ Runner with the Shell executor.
In your build machine install the Redis server:
-```bash
+```shell
sudo apt-get install redis-server
```
Verify that you can connect to the server with the `gitlab-runner` user:
-```bash
+```shell
# Try connecting the Redis server
sudo -u gitlab-runner -H redis-cli