Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mirador annotations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Loïs Poujade
Mirador annotations
Commits
b6114c98
Verified
Commit
b6114c98
authored
Dec 21, 2022
by
Loïs Poujade
Browse files
Options
Downloads
Patches
Plain Diff
Split install/test/deploy to reduce artifacts size
parent
d29124ed
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#1240
failed
Dec 21, 2022
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-3
11 additions, 3 deletions
.gitlab-ci.yml
with
11 additions
and
3 deletions
.gitlab-ci.yml
+
11
−
3
View file @
b6114c98
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment