diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab081cd..7ab84a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,12 +12,7 @@ tests: - pip install PyQtWebEngine - apt-get update - - apt-get install -y libnss3 libxcomposite1 libxtst6 - - apt-get install -y ffmpeg -# - apt-get install -y libsm6 -# - apt-get install -y libxext6 -# - apt-get install -y libxkbcommon-x11-0 -# - apt-get install -y libxcb-xinerama0 + - apt-get install -y ffmpeg libnss3 libxcomposite1 libxtst6 - python -m unittest discover -f ./tests - coverage run --source=./grum -m unittest discover -f ./tests