From 8d54be59ac1a5cbb1183c7a747fb31145f89f714 Mon Sep 17 00:00:00 2001 From: "Behrisch, M. (Michael)" <m.behrisch@uu.nl> Date: Thu, 15 Dec 2022 12:18:37 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 133372588..8f8246dec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,12 @@ stages: - build - dockerize + +before_script: +- apk add --update git +- apk add --update nodejs npm +- npm i -g yarn + install-dependencies: stage: setup interruptible: true -- GitLab