From 633ea416c1dea1063cc38e12e43950294ca87020 Mon Sep 17 00:00:00 2001 From: a <a@tuxpa.in> Date: Sun, 16 Jun 2024 21:08:09 -0500 Subject: [PATCH] noot --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c5bdba1..679df764 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: -- GitLab