From a1342e61dbe350e2e2002aca297d0c059315f972 Mon Sep 17 00:00:00 2001 From: saibotk Date: Wed, 8 Jan 2020 11:01:52 +0100 Subject: [PATCH] Switch base ci image to ubuntu & load submodules in pipeline --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fb8175..d3ee254 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,7 @@ -image: node:13.5-buster +image: ubuntu:bionic + +variables: + GIT_SUBMODULE_STRATEGY: recursive stages: - orthography