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