From 0b4bb65546b486d2c0c690454580cdd42e1c4f97 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 13 Nov 2024 08:55:00 +0100 Subject: [PATCH] added python3-pip to test --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75b4a78..4eb086f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -152,7 +152,7 @@ test: - IMAGE: [ 'ubuntu:24.10' ] REQUIREMENTS: [ '.DEBIAN/requirements-ubuntu-24.10.txt' ] before_script: - - apt-get update && apt-get install -y python3-dev gcc + - apt-get update && apt-get install -y python3-dev python3-pip gcc - pip install -r $REQUIREMENTS - pip install pytest httpx - mkdir -p app/cert @@ -254,7 +254,7 @@ semgrep-sast: test_coverage: # extends: test - image: python:3.11-slim-bookworm + image: python:3.12-slim-bookworm allow_failure: true stage: test rules: