add olm dependency for tests

This commit is contained in:
HgO 2022-08-14 15:46:20 +02:00
parent 692c796b0f
commit 632061f630

View file

@ -59,7 +59,7 @@ tests:
extends: .pip template
stage: test
script:
- apk add --no-cache libstdc++
- apk add --no-cache libstdc++ olm
- coverage run --source matrix_alertbot -m pytest --junitxml=report.xml
- coverage report --precision 2
- coverage xml -o coverage.xml