From 5606d0781fa7b2b3853a0b7ef88259e659315549 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Wed, 16 Aug 2023 18:50:50 +0200 Subject: [PATCH] added libxdamage1 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3b2671..6135495 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: - pip install pytest pytest-random-order pytest-cov - pip install -e ./ - apt-get update - - apt-get install -y ffmpeg libnss3 libxcomposite1 libxtst6 + - apt-get install -y ffmpeg libnss3 libxcomposite1 libxtst6 libxdamage1 tests: stage: Tests