Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
METHOD FIL HIGH Q
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BELICAUD Louan
METHOD FIL HIGH Q
Merge requests
!2
add CI config file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
add CI config file
master
into
main
Overview
0
Commits
3
Pipelines
3
Changes
1
Open
BELICAUD Louan
requested to merge
master
into
main
1 year ago
Overview
0
Commits
3
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
b082dc65
Prev
Next
Show latest version
1 file
+
11
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b082dc65
add CI config file
· b082dc65
RedStormBT
authored
1 year ago
.gitlab-ci.yml
0 → 100644
+
11
−
0
Options
image
:
node:8
stages
:
-
build
build
:
stage
:
build
script
:
-
cd QAdmin && npm ci
-
cd ../QAnalysis && npm ci && npm run build
-
cd ../QInterface && npm ci && npm run build
Loading