From eea4383d5e62d0d8542af7d82720fa29c0370647 Mon Sep 17 00:00:00 2001 From: appel_c Date: Thu, 21 Nov 2024 08:12:38 +0100 Subject: [PATCH] build: add os package installation before script. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7757a7e..741bbe73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,6 +72,8 @@ before_script: echo -e "\033[35;1m Using branch $CHILD_PIPELINE_BRANCH of BEC Widgets \033[0;m"; test -d bec_widgets || git clone --branch $CHILD_PIPELINE_BRANCH https://gitlab.psi.ch/bec/bec_widgets.git; cd bec_widgets; fi + - *install-os-packages + - *install-qt-webengine-deps formatter: stage: Formatter