Skip to content
Snippets Groups Projects
Commit a5d51791 authored by Katarína Sieklová's avatar Katarína Sieklová
Browse files

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!2Revert "Update .gitlab-ci.yml"
Pipeline #
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment