From 1843560ee69655de615912c4eac5ec8dce921830 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sun, 8 Jun 2025 10:58:16 +0200 Subject: update CI image to bookworm --- .gitlab-ci.yml | 3 ++- ci/run_tests.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b187104..20307c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" default: - image: python:bullseye + image: python:bookworm # Pip's cache doesn't store the python packages # https://pip.pypa.io/en/stable/topics/caching/ # @@ -17,6 +17,7 @@ default: before_script: - python --version # For debugging + - dpkg -s libsqlite3-0 - pip install tox test: diff --git a/ci/run_tests.sh b/ci/run_tests.sh index adf69b7..200f794 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -3,7 +3,7 @@ set -euxo pipefail DB=$1 -PPATH="/usr/lib/postgresql/13/bin/" +PPATH="/usr/lib/postgresql/15/bin/" setup_postgres() { apt update -- cgit v1.2.3