Commit 736d0819 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'docs/fix-service-name' into 'master'

Fix postgres service name in CI examples

See merge request gitlab-org/gitlab!31440
parents c9103dda da794c14
......@@ -72,7 +72,7 @@ cat > /tmp/test-config.template.toml << EOF
[[runners]]
[runners.docker]
[[runners.docker.services]]
name = "mysql:latest"
name = "postgres:latest"
EOF
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment