From 632061f6300912b0bd689a09a35501db84d9e42b Mon Sep 17 00:00:00 2001 From: HgO Date: Sun, 14 Aug 2022 15:46:20 +0200 Subject: [PATCH] add olm dependency for tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7508d4d..c1823ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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