diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c281875dccd30949691f27cb2876acebbd4a53f..fe0ba8ec4eacf723500ff9efa9031218c6e8b096 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,9 +36,10 @@ build-openapi-scheme:
 
 deploy_spec:
   stage: deploy
+  image: node:16-alpine
   before_script:
     - apk update
-    - apk add nodejs npm lftp
+    - apk upgrade
     - nodejs -v
     - npm i -g npm@latest
     - npm install swagger-ui-dist@3.52.5