diff --git a/ci/install.sh b/ci/install.sh
index ea32106fbe8b442481e83c4152aabc68aebf1306..ca787aee440aed5b3cde929aa40a2439a4bc4502 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