Switch base ci image to ubuntu & load submodules in pipeline
This commit is contained in:
parent
a2a67dcd0b
commit
a1342e61db
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
image: node:13.5-buster
|
image: ubuntu:bionic
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- orthography
|
- orthography
|
||||||
|
|
Loading…
Add table
Reference in a new issue