diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 974fed5..18d58c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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