diff options
author | Daniel Schadt <kingdread@gmx.de> | 2025-06-08 10:58:16 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2025-06-08 10:58:16 +0200 |
commit | 1843560ee69655de615912c4eac5ec8dce921830 (patch) | |
tree | 5f04d1e60ff9db5bfd53db088f3659995dda1327 /.gitlab-ci.yml | |
parent | c187c94e65256156d002931085879b0f9b1f0b99 (diff) | |
download | fietsboek-postgres-support.tar.gz fietsboek-postgres-support.tar.bz2 fietsboek-postgres-support.zip |
update CI image to bookwormpostgres-support
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 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: |