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

test/Update .gitlab-ci.yml

parent 30806ea9
No related branches found
No related tags found
1 merge request!46Updated jobs to also check vitest unit tests and run npm lint to check lint
Pipeline #279875 canceled
......@@ -24,6 +24,7 @@ install_dependencies:
build_project:
stage: build
script:
- npm ci
- npm run build
dependencies:
- install_dependencies
......
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