Skip to content
Snippets Groups Projects
Verified Commit b6114c98 authored by Loïs Poujade's avatar Loïs Poujade
Browse files

Split install/test/deploy to reduce artifacts size

parent d29124ed
Branches
Tags
No related merge requests found
Pipeline #1240 failed
upstream_tests: install:
stage: install
image: docker.io/node:current image: docker.io/node:current
before_script: script:
- npm ci - npm ci
artifacts:
paths:
- node_modules
upstream_tests:
stage: test
image: docker.io/node:current
script: script:
- npm run test:ci - npm run test:ci
artifacts: artifacts:
when: always when: always
paths: paths:
- junit.xml - junit.xml
- node_modules
reports: reports:
junit: junit.xml junit: junit.xml
pages: pages:
stage: deploy stage: deploy
image: docker.io/node:current
script: script:
- npm run build - npm run build
- rm -rf public - rm -rf public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment