Skip to content
Snippets Groups Projects
Commit e551b38e authored by Andreas's avatar Andreas
Browse files

test/Update .gitlab-ci.yml

parent 6d9429d3
No related branches found
No related tags found
1 merge request!48Updated workflow so that unit test and lint are two different stages
Pipeline #280086 passed with warnings
......@@ -10,6 +10,7 @@ stages:
- install
- build
- test
- lint
install_dependencies:
stage: install
......@@ -58,7 +59,6 @@ eslint_run-lint:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
policy: pull
allow_failure: true
......
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