fix(ci): make sure to clone tinymce submodule

This commit is contained in:
parent c2ac9e6318
commit e0a313dc18
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -3,6 +3,9 @@ stages:
- build - build
- deploy - deploy
variables:
GIT_SUBMODULE_STRATEGY: recursive
# define the build stage # define the build stage
build_stage: build_stage:
stage: build stage: build
@ -60,3 +63,4 @@ deploy_production:
only: only:
- tags - tags
# restrict to specific branch # restrict to specific branch