Skip to content

Commit

Permalink
Corriger l'absence de sslscan dans les tests de CI
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-cbw authored and fwininger committed Jul 4, 2024
1 parent c0f02a5 commit f35d6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f35d6ed

Please sign in to comment.