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
No related merge requests found
...@@ -82,14 +82,14 @@ test: ...@@ -82,14 +82,14 @@ test:
dependencies: dependencies:
- npm_install - npm_install
script: script:
- npm test - npm run test
benchmark: benchmark:
stage: test stage: test
dependencies: dependencies:
- npm_install - npm_install
script: script:
- npm test-benchmark - npm run test-benchmark
chrome_test: chrome_test:
stage: 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