Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ stages: - deploy test:jest: image: node:10.10.0 image: node:10.16.3 stage: test cache: key: ${CI_COMMIT_REF_SLUG} Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ stages: - deploy test:jest: image: node:10.10.0 image: node:10.16.3 stage: test cache: key: ${CI_COMMIT_REF_SLUG} Loading