From 3c5b7e819d1aed816ec19a404448d2a20b4b021d Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Fri, 20 May 2022 14:40:34 -0400 Subject: [PATCH] We are using alpine not ubuntu --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92766e4d..8c281875 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,8 +37,8 @@ build-openapi-scheme: deploy_spec: stage: deploy before_script: - - apt-get --quiet update - - apt-get --quiet --yes install nodejs npm lftp + - apk update + - apk add nodejs npm lftp - nodejs -v - npm i -g npm@latest - npm install swagger-ui-dist@3.52.5 -- GitLab