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
yesod:build:dev:
services:
services: &build-services
- name: postgres:10.10
alias: postgres
- name: minio
@ -124,12 +124,7 @@ yesod:build:dev:
interruptible: true
yesod:build:
services:
- name: postgres:10.10
alias: postgres
- name: minio
alias: minio
command: minio server /data
services: *build-services
stage: yesod:build
script: