diff options
author | Ernestas Kulik <ernestask@gnome.org> | 2018-03-18 15:40:35 +0200 |
---|---|---|
committer | Ernestas Kulik <ernestask@gnome.org> | 2018-03-18 15:43:24 +0200 |
commit | dafcbe5a2a392d830041f06b45ced05fa46eda0a (patch) | |
tree | d4d23c5302715774a9c1d21ce59916d6240494d7 /.gitlab-ci.yml | |
parent | d36fa3fdaba2c249cff8ff9b0861f100d8b920b8 (diff) | |
download | nautilus-dafcbe5a2a392d830041f06b45ced05fa46eda0a.tar.gz |
CI: let the GitLab runner fetch submodules
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 181a1756c..84986349b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +variables: + GIT_SUBMODULE_STRATEGY: normal + stages: - test - cross_distro |