From 388f503ce3dd51a735b36bb15af3c338c6855863 Mon Sep 17 00:00:00 2001 From: kongr45gpen <electrovesta@gmail.com> Date: Sun, 18 Nov 2018 14:29:42 +0200 Subject: [PATCH] Make sure submodules are checked out when testing --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index baebf0ef..082678c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,8 @@ build: tests: stage: test + variables: + GIT_SUBMODULE_STRATEGY: normal script: - cmake . - make test -j4 -- GitLab