From 1b6839c3c96fcda2e6b13080ff3e5520c568d245 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer <brouwer@annejan.com> Date: Thu, 6 Jun 2019 11:09:56 +0200 Subject: [PATCH] Needs to submodule update --init --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5bccfc6..ec8adf83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,4 +33,5 @@ build: - cd ips - ./build_image - cd .. + - git submodule update --init - make -C micropython/ports/card10 SDK_LOCATION=`pwd`/sdk -- GitLab