From c317e47a8836ee48da18e2b0ffe7abeec2c8606e Mon Sep 17 00:00:00 2001 From: finn Date: Tue, 17 May 2022 17:25:11 -0700 Subject: [PATCH] fix postgresql-client package --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b53dc0..63a8aa3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ test sqlite to postgres: needs: - "build:x86" before_script: - - apt-get update && apt-get install -y postgresql-client-common + - apt-get update && apt-get install -y postgresql-client script: - cd / - signald --migrate-data