install libstdc++ in tests job
This commit is contained in:
parent
f68fe88de7
commit
1e0470ce93
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ tests:
|
||||||
image: python:3.10-alpine
|
image: python:3.10-alpine
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
- apk add --no-cache libstdc++
|
||||||
- coverage run --source matrix_alertbot -m pytest --junitxml=report.xml
|
- coverage run --source matrix_alertbot -m pytest --junitxml=report.xml
|
||||||
- coverage xml -o coverage.xml
|
- coverage xml -o coverage.xml
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Reference in a new issue