Skip to content
Snippets Groups Projects
Commit 2394f897 authored by Tadeusz Miesiąc's avatar Tadeusz Miesiąc
Browse files

Update .gitlab-ci.yml file

parent c1fb87e6
No related branches found
No related tags found
1 merge request!223reset the pin numbers before search results are fetch (so the results will be...
Pipeline #78409 passed with warnings
stages: stages:
- lint
- test - test
cache: cache:
paths: paths:
- ~/.cache - ~/.cache
lint:commit: lint:commit:
image: node:16.16.0-alpine
stage: lint stage: lint
allow_failure: true allow_failure: true
before_script: before_script:
...@@ -14,7 +16,7 @@ lint:commit: ...@@ -14,7 +16,7 @@ lint:commit:
linter: linter:
image: node:16.16.0-alpine image: node:16.16.0-alpine
stage: test stage: lint
before_script: before_script:
- apk add --no-cache npm - apk add --no-cache npm
- npm ci - npm ci
......
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