From d582a84c57b00c195d337863dd833fe91a0a1bb7 Mon Sep 17 00:00:00 2001 From: naskya Date: Mon, 6 May 2024 17:58:26 +0900 Subject: [PATCH] ci: install postgresql client --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a469fe3d76..01063289d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ variables: default: before_script: - - apk add build-base linux-headers curl ca-certificates python3 perl + - apk add build-base linux-headers curl ca-certificates python3 perl postgresql-client - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - . "${HOME}/.cargo/env" - corepack enable