Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vue-draggable-grid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Libraries
vue-draggable-grid
6eccaaed1b32c3c737c69aa681c9d8cba44c0cb1
vue-draggable-grid
.gitlab-ci.yml
Find file
Normal view
Permalink
.gitlab-ci.yml
114 B
Newer
Older
Create pipeline config
Julian
committed
2 years ago
1
2
3
4
5
6
7
8
image
:
node:latest
stages
:
-
test
lint-test-job
:
stage
:
test
script
:
Install project inside pipeline
Julian
committed
2 years ago
9
-
npm install
Create pipeline config
Julian
committed
2 years ago
10
-
npm run lint