diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index cc38b3a4..c7bb66ae 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