From 2fc79b3edae3528cf03d34fe70999d0240d98143 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Mon, 19 Sep 2022 14:21:24 -0400
Subject: [PATCH] Call node instead of nodejs

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b4e93f47..51487694 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ deploy_spec:
   before_script:
     - apk update
     - apk add nodejs npm lftp
-    - nodejs -v
+    - node -v
     - npm i -g npm@latest
     - npm install swagger-ui-dist@3.52.5
   script:
-- 
GitLab