Skip to content
Snippets Groups Projects
Commit c4ac1714 authored by Jannes Lücht's avatar Jannes Lücht :shark:
Browse files

Update .gitlab-ci.yml file

parent cfd19cde
Branches
No related tags found
No related merge requests found
Pipeline #240231 failed
......@@ -5,6 +5,13 @@ stages:
build:
stage: build
image: node:20
before_script:
- whoami
- pwd
- locate npm
- echo ${PATH}
- which npm
- ls -lh $(which npm)
script:
- npm ci
- npm run build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment