From 3cad3aaf4158a92e0881d201df4fb6e8dde164c0 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Fri, 25 Sep 2020 14:47:20 +1200 Subject: [PATCH] ci: Correctly update the submodules on build. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92de7d944..d3d2e236a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,6 +58,7 @@ variables: xorg-x11-server-Xvfb mesa-dri-drivers libsecret-devel + GIT_SUBMODULE_STRATEGY: normal image: "$FEDORA_IMAGE"