Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
insu-learn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Katarína Sieklová
insu-learn
Commits
a5d51791
There was an error fetching the commit references. Please try again later.
Commit
a5d51791
authored
1 year ago
by
Katarína Sieklová
Browse files
Options
Downloads
Plain Diff
Merge branch 'revert-
618cc488
' into 'main'
Revert "Update .gitlab-ci.yml" See merge request
!2
parents
618cc488
4d1ea6ed
No related branches found
No related tags found
1 merge request
!2
Revert "Update .gitlab-ci.yml"
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-5
11 additions, 5 deletions
.gitlab-ci.yml
with
11 additions
and
5 deletions
.gitlab-ci.yml
+
11
−
5
View file @
a5d51791
# The Docker image that will be used to build your app
image
:
insu-learn
# Functions that should be executed before the build script is run
before_script
:
-
npm install --legacy-peer-deps
stages
:
-
lint
lint_frontend
:
stage
:
lint
image
:
node:lts
script
:
-
npm ci --legacy-peer-deps
-
npm run lint
tags
:
-
shared-fi
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