.gitlab-ci.yml: fix postgres to 9.6

This commit is contained in:
Adhityaa Chandrasekar 2020-04-10 17:13:05 -04:00
parent 9a4563fdb3
commit 025bb10c0b

View File

@ -36,7 +36,7 @@ go-test:
stage: go-test
image: golang:1.14
services:
- postgres:latest
- postgres:9.6
variables:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres