diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e7798e23d8b55a4c73659470f572cf2a00cfb18..745ab5ceb1c2bb9f0a1c1ff56410c85b713b5497 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,4 +3,4 @@ include:
   - ci-templates/build.yml
 
 maven_build:
-  extends: .maven_build
\ No newline at end of file
+  extends: .maven_build
diff --git a/ci-templates/default.yml b/ci-templates/default.yml
index fe3bdc35aa9080b9eb4a1848aa56f6600f808484..e27f7573618243658d7d69a7921e9bb07d03609a 100644
--- a/ci-templates/default.yml
+++ b/ci-templates/default.yml
@@ -19,4 +19,4 @@ stages:
       fi
   # rules:
   #   - if: $CI_COMMIT_REF_NAME == "main"
-  #   - if: $CI_COMMIT_REF_NAME == "develop"
\ No newline at end of file
+  #   - if: $CI_COMMIT_REF_NAME == "develop"
diff --git a/ci-templates/dependencies.yml b/ci-templates/dependencies.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8ec3c9fc309ab0027b3f53abccc5f334b81359ba
--- /dev/null
+++ b/ci-templates/dependencies.yml
@@ -0,0 +1,5 @@
+install_node_dependencies:
+  stage: install
+  image: node:latest
+  script:
+    - npm install