From f35d6ed2ef30824e2bd3d0efaae19cee64791ae4 Mon Sep 17 00:00:00 2001 From: Philippe Noel Date: Wed, 3 Jul 2024 14:20:12 +0200 Subject: [PATCH] Corriger l'absence de sslscan dans les tests de CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e546a742..19cefd04f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ test-python: before_script: - python -c "import sys; print(sys.version)" - apt-get update - - apt-get install php-cli php-xml -y --no-install-recommends + - apt-get install php-cli php-xml sslscan -y --no-install-recommends - python -m pip install --upgrade pip - pip install -U setuptools - pip3 install .[test]