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

Update .gitlab-ci.yml file

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