From 5f9ae2ed46309951954f91ea6d874acdbd02396f Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Tue, 24 Jan 2023 15:58:16 +0100 Subject: [PATCH] trying to solve pipeline issue: libsmime3.so: cannot open shared object file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f3f3e9..3a2aaae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ tests: - pip install PyQtWebEngine - apt-get update + - apt-get install -y libnss3 - apt-get install ffmpeg libsm6 libxext6 libxkbcommon-x11-0 -y - apt-get install libxcb-xinerama0 -y