Skip to content
Snippets Groups Projects
Commit f44612f1 authored by Andris Borbás's avatar Andris Borbás
Browse files

change ci to use npm install

parent 08268dae
No related branches found
No related tags found
1 merge request!3CI
Pipeline #5638 failed
...@@ -13,7 +13,7 @@ build: ...@@ -13,7 +13,7 @@ build:
stage: build stage: build
image: node:14 image: node:14
script: script:
- npm ci - npm install
- CI=false npm run build - CI=false npm run build
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment