From bd675eaf1ad21073c3293661d2f9023fb657eb06 Mon Sep 17 00:00:00 2001 From: Moritz Langenstein <ml5717@ic.ac.uk> Date: Fri, 11 Oct 2019 18:17:18 +0100 Subject: [PATCH] (ml5717) Added git submodule update --init to pipeline --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e58931..8adcf76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ default: image: node:10 before_script: + - git submodule update --init - npm ci stages: -- GitLab