From 7d03bc65704ab88871dfc87d44d8aa30f7ce71d4 Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Mon, 4 Jun 2018 15:57:05 +0200
Subject: [PATCH] Hopefully navigate around the availability issue with compyte

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 61dd0d63..c4edcbdd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,11 +7,11 @@ variables:
 before_script:
 - echo "Running make concurrently with $(nproc) cores, where possibly"
 # make sure we can update submodules and apply the patches
-- git submodule foreach --recursive git reset --hard HEAD
-- git submodule foreach --recursive git clean -fdx
+- git submodule foreach git reset --hard HEAD
+- git submodule foreach git clean -fdx
 # work around https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/2148
-- git submodule sync --recursive
-- git submodule update --init --recursive
+- git submodule sync
+- git submodule update --init
 # end workaround
 - patches/apply_patches.sh
 # detect number of processors, but make sure never to run with -j"", as the
-- 
GitLab