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