rspec:postgresql:1: stage: test variables: RSPEC_EXAMPLE_MATCHES: $RSPEC_EXAMPLE_SLICE_1_OF_4 extends: - .services_postgresql_redis_memcached - .template_rspec rspec:postgresql:2: stage: test variables: RSPEC_EXAMPLE_MATCHES: $RSPEC_EXAMPLE_SLICE_2_OF_4 extends: - .services_postgresql_redis_memcached - .template_rspec rspec:postgresql:3: stage: test variables: RSPEC_EXAMPLE_MATCHES: $RSPEC_EXAMPLE_SLICE_3_OF_4 extends: - .services_postgresql_redis_memcached - .template_rspec rspec:postgresql:4: stage: test variables: RSPEC_EXAMPLE_MATCHES: $RSPEC_EXAMPLE_SLICE_4_OF_4 extends: - .services_postgresql_redis_memcached - .template_rspec