From 6f14e07a034aeea3e4d43801ea150c56f81fe123 Mon Sep 17 00:00:00 2001 From: Chris <chris@chrissnijder.nl> Date: Thu, 4 Feb 2021 19:55:27 +0100 Subject: [PATCH] try to set path with node bins --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b0f717..b18c48d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,8 @@ stages: test: stage: test image: node:15-buster-slim + variables: + PATH: $PATH:/$CI_PROJECT_DIR/node_modules/.bin cache: key: "pnpm-cache" paths: -- GitLab