Commit 78238e21 authored by Tang Xinwei's avatar Tang Xinwei

Update .gitlab-ci.yml

:buster added after image:node
parent 3b55dc65
Pipeline #3036 passed with stages
in 2 minutes and 19 seconds
......@@ -10,7 +10,7 @@ zh-CN:
stage: generate
tags:
- linux
image: node
image: node:buster
variables:
LOCALE: zh-CN
script: ./ci-scripts/generate.sh
......@@ -22,7 +22,7 @@ en-US:
stage: generate
tags:
- linux
image: node
image: node:buster
variables:
LOCALE: en-US
script: ./ci-scripts/generate.sh
......@@ -34,7 +34,7 @@ ja-JP:
stage: generate
tags:
- linux
image: node
image: node:buster
variables:
LOCALE: ja-JP
script: ./ci-scripts/generate.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment