diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92766e4d209adf0aa7b0dd4c7757b94083afe521..8c281875dccd30949691f27cb2876acebbd4a53f 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