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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/services/postgres.md')
-rw-r--r--doc/ci/services/postgres.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ci/services/postgres.md b/doc/ci/services/postgres.md
index afb14bd976f..ab38d2ce934 100644
--- a/doc/ci/services/postgres.md
+++ b/doc/ci/services/postgres.md
@@ -23,8 +23,9 @@ For more information, see [GitLab CI/CD variables](../variables/index.md).
First, in your `.gitlab-ci.yml` add:
```yaml
-services:
- - postgres:12.2-alpine
+default:
+ services:
+ - postgres:12.2-alpine
variables:
POSTGRES_DB: $POSTGRES_DB