From 8d982d8b51d2d6761f65ce58298c13c46965a081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 4 Sep 2022 22:46:57 +0300 Subject: [PATCH] ci: Checkout git submodules before running gir checks --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7e1e2137..184f626f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -472,6 +472,7 @@ gir-checks: - job: 'build-stable' artifacts: false script: + - git submodule update --checkout - python3 ci/gir-checks.py outdated: