Merge branch 'fix-tests' into 'master'

added libxdamage1

See merge request augustin_s/grum!9
This commit is contained in:
2023-08-16 18:57:38 +02:00

View File

@ -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