From ca386b16f2607a795dad4b4c9618990ee37608d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Oudin?= <oudin@crans.org> Date: Sat, 13 Oct 2018 20:11:45 +0200 Subject: [PATCH] Fix gitlab ci --- ci/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/install.sh b/ci/install.sh index ea32106..ca787ae 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -5,6 +5,8 @@ cd /home/don/don git reset --hard git pull origin $CI_BUILD_REF_NAME git checkout $CI_BUILD_REF_NAME +git submodule init +git submodule update composer install --no-dev composer update -- GitLab