Skip to content
Snippets Groups Projects
Commit c8540ccd authored by Chris's avatar Chris
Browse files

try to set path with node bins (2)

parent 6f14e07a
No related branches found
No related tags found
1 merge request!6Draft: Resolve "Configure CI/CD"
...@@ -4,7 +4,7 @@ test: ...@@ -4,7 +4,7 @@ test:
stage: test stage: test
image: node:15-buster-slim image: node:15-buster-slim
variables: variables:
PATH: $PATH:/$CI_PROJECT_DIR/node_modules/.bin PATH: "$PATH:/$CI_PROJECT_DIR/node_modules/.bin"
cache: cache:
key: "pnpm-cache" key: "pnpm-cache"
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment