From 459c0e21affdab0aa51d1e2141bee3d94d66e015 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 13 Nov 2024 10:27:52 +0100 Subject: [PATCH] debugging --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 622f7f2..b47717c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -152,6 +152,7 @@ test: - IMAGE: [ 'ubuntu:24.10' ] REQUIREMENTS: [ '.DEBIAN/requirements-ubuntu-24.10.txt' ] before_script: + - echo "$IMAGE with $REQUIREMENTS" - apt-get update && apt-get install -y python3-dev python3-pip gcc - pip install -r $REQUIREMENTS - pip install pytest httpx