diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index cc38b3a45ce..c7bb66ae6e7 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -140,10 +140,10 @@ production: &base timeout: 10 development: - <<: *base + <<: *defaults test: <<: *base staging: - <<: *base + <<: *defaults