Update .gitlab-ci.yml

git submodule update
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-05-12 15:58:42 +03:00 committed by GitHub
parent cfcd5a8886
commit 6ec334728a
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ linux-stable:
- triggers
- master
script:
- git submodule update --init
- echo 'Running tests from /tools/test.sh' && echo -en 'gitlab_fold:start:tests'
- ./tools/test.sh
- echo -en 'gitlab_fold:end:tests'