Skip to content
Snippets Groups Projects

Amélioration de la pipeline

Merged MARTIN Pierre-Alexandre requested to merge devs/pipeline into dev

Files

+ 5
4
@@ -39,7 +39,8 @@ build:
- npm run build
artifacts:
paths:
- dist/
- .nuxt/
- .output/
test:
stage: test
@@ -47,7 +48,7 @@ test:
- job: build
artifacts: true # grabs built files
script:
- npm ci
# - npm ci
- npm run test
lint:
@@ -61,6 +62,6 @@ lint:
artifacts:
when: always
paths:
- ./nuxt/tests/junit-report.xml
- ./junit.xml
reports:
junit: junit-report.xml
junit: junit.xml
Loading