diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c5bdba1e14f6a9eda5f0e9ec21e7cbd31f70fab..679df76496c472d298fd20d88a527505176ccb10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ variables: test: image: postgres:alpine variables: - POSTGRES_PASSWORD: password + POSTGRES_PASSWORD: postgres stage: test extends: .go-cache script: @@ -56,7 +56,7 @@ coverage: stage: test image: postgres:alpine variables: - POSTGRES_PASSWORD: password + POSTGRES_PASSWORD: postgres coverage: '/\(statements\)(?:\s+)?(\d+(?:\.\d+)?%)/' extends: .go-cache script: