diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd8757a05775cc44020503f4889848f6df109899..27acc3513242d49810a93ee286b90805efe5e398 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,7 +81,7 @@ python linting: gui linting: stage: test - image: node + image: node:14 script: - cd gui - yarn @@ -127,7 +127,7 @@ python tests: gui tests: stage: test - image: node + image: node:14 script: - git submodule sync - git submodule update --init -- gui/materia