diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c63b45..fcdddf6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ # Note that environment variables can be set in several places # See https://docs.gitlab.com/ci/variables/#cicd-variable-precedence default: - image: python:3.13-slim + image: python:3.12-slim cache: key: @@ -41,6 +41,7 @@ secret_detection: install: stage: install script: + - apt-get update -qq && apt-get install -y -qq libcap-dev - pip install poetry==$POETRY_VERSION - poetry install --no-interaction artifacts: