From: Ondřej Surý Date: Wed, 8 Mar 2017 12:24:42 +0000 (+0100) Subject: Get a fresh deckard copy before the build X-Git-Tag: v1.2.4~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1286d1bc0ae1e0fe9c4dcf315843bec3c55eee73;p=thirdparty%2Fknot-resolver.git Get a fresh deckard copy before the build --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01093e136..ef99db6e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ test:linux:amd64: deckard:linux:amd64: stage: test script: + - git submodule update --recursive - PREFIX=$(pwd)/.local MAKEFLAGS="--jobs $(nproc) --keep-going" make check-integration dependencies: - build:linux:amd64