From 7d2154dad0045b73575837e8ce04b426c8e48aa1 Mon Sep 17 00:00:00 2001
From: acrovato <a.crovato@uliege.be>
Date: Sun, 5 Sep 2021 12:23:38 +0200
Subject: [PATCH] Patch CI

---
 .gitlab-ci.yml | 4 ++++
 ext/amfe       | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 708f22f..bc9bbd5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,10 @@ default:
         - mn2l
 #        - warson   # you can choose a set of runners here
 
+variables:
+    GIT_SUBMODULE_STRATEGY: recursive
+    GIT_STRATEGY: clone # workaround full clone for each pipeline (https://gitlab.com/gitlab-org/gitlab-runner/-/issues/26993)
+
 stages:
     - build
     - test
diff --git a/ext/amfe b/ext/amfe
index 23f7e4e..4cb67dc 160000
--- a/ext/amfe
+++ b/ext/amfe
@@ -1 +1 @@
-Subproject commit 23f7e4edabc69a7de87be13938ec08ade007a6f4
+Subproject commit 4cb67dc3181c10115a6fd7798301378a7c3b9d4e
-- 
GitLab