Enable recursive submodules loading in CI

This commit is contained in:
Robert Bendun 2022-05-23 15:39:11 +00:00
parent 61cf0559b1
commit 0a024430e8

View File

@ -1,5 +1,8 @@
image: gcc image: gcc
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages: stages:
- build - build
- test - test