chore(gitlab-ci): fix syntax

This commit is contained in:
Gregor Kleen 2020-09-11 18:47:12 +02:00
parent 3eb5abb1ce
commit f450da7544

View File

@ -89,7 +89,7 @@ frontend:lint:
interruptible: true interruptible: true
yesod:build:dev: yesod:build:dev:
services: services: &build-services
- name: postgres:10.10 - name: postgres:10.10
alias: postgres alias: postgres
- name: minio - name: minio
@ -124,12 +124,7 @@ yesod:build:dev:
interruptible: true interruptible: true
yesod:build: yesod:build:
services: services: *build-services
- name: postgres:10.10
alias: postgres
- name: minio
alias: minio
command: minio server /data
stage: yesod:build stage: yesod:build
script: script: