From 1e0470ce938a4c54d7ffc173b2e8860672f14374 Mon Sep 17 00:00:00 2001 From: HgO Date: Mon, 8 Aug 2022 18:11:10 +0200 Subject: [PATCH] install libstdc++ in tests job --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 831ed2a..d3b97e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: