From fe9478f367f51cc0d5255fd95de4d58b858307d3 Mon Sep 17 00:00:00 2001 From: Lukas Steiner Date: Fri, 17 Sep 2021 12:59:28 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66000685..7bc3c4fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,9 @@ image: gcc variables: GIT_STRATEGY: fetch +before_script: + - apt-get install --yes cmake python3 qt5-default libqwt-qt5-dev sqlite3 + stages: - build - tests