install libstdc++ in tests job

This commit is contained in:
HgO 2022-08-08 18:11:10 +02:00
parent f68fe88de7
commit 1e0470ce93

View file

@ -55,6 +55,7 @@ tests:
image: python:3.10-alpine
stage: test
script:
- apk add --no-cache libstdc++
- coverage run --source matrix_alertbot -m pytest --junitxml=report.xml
- coverage xml -o coverage.xml
cache: