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
- 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