diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f8246decaa74c5a0cd43f5875518a89349f8413..57d87d75fcb1c12b557f5a39abe3890f0fcf2a0b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,8 +8,6 @@ stages:
 
 before_script:
 - apk add --update git
-- apk add --update nodejs npm
-- npm i -g yarn
 
 install-dependencies:
   stage: setup