From e43799930a00c7d32d4d3f33b9f93d24a527d1dd Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 3 Oct 2022 20:17:40 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0065519..37698ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,11 @@ # # For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages +before_script: + - apk update + - apk add cmake glib-dev gtk4.0-dev + + stages: # List of stages for jobs, and their order of execution - build