From 9525045cd9bb1fa98e462078bc11a527118e4fca Mon Sep 17 00:00:00 2001 From: MengYX Date: Sun, 9 Jan 2022 11:23:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitlab-ci.yml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35514ad..a1b5c22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,9 @@ stages: build-job: stage: build script: | + apt-get update + apt-get -y install zip + npm config set registry http://mirrors.cloud.tencent.com/npm/ npm ci