diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cdbab7..197d6ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,9 @@ stages: - build - deploy +variables: + GIT_SUBMODULE_STRATEGY: recursive + # define the build stage build_stage: stage: build @@ -60,3 +63,4 @@ deploy_production: only: - tags # restrict to specific branch +