add olm dependency for tests
This commit is contained in:
parent
692c796b0f
commit
632061f630
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue