From a40bd89d10340e565d1813b00231b50cb5a7b15f Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Sat, 4 Sep 2021 14:43:38 +0200 Subject: [PATCH] Yarn comes preinstalled with the node docker image --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 645a81d..466650d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,6 @@ node-build-job: stage: build image: node:16 script: - - npm install --global yarn - yarn - yarn dev artifacts: