From c4a3bf195d432ba8e6b8f31134bba9e071d1d29c Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Fri, 20 May 2022 16:12:06 -0400
Subject: [PATCH] Add nodejs, npm, lftp packages

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fe0ba8ec..9d9bd0ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ deploy_spec:
   image: node:16-alpine
   before_script:
     - apk update
-    - apk upgrade
+    - apk add nodejs npm lftp
     - nodejs -v
     - npm i -g npm@latest
     - npm install swagger-ui-dist@3.52.5
-- 
GitLab