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