Skip to content
Snippets Groups Projects
Commit 3c00b613 authored by  Momo Langenstein's avatar Momo Langenstein
Browse files

(ml5717) Fixed missing run in gitlab-ci.yaml

parent 2d6c6d74
No related branches found
No related tags found
1 merge request!67Benchmark testing
Pipeline #106890 passed
......@@ -82,14 +82,14 @@ test:
dependencies:
- npm_install
script:
- npm test
- npm run test
benchmark:
stage: test
dependencies:
- npm_install
script:
- npm test-benchmark
- npm run test-benchmark
chrome_test:
stage: test
......
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