We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e34b0 commit 2ed23e8Copy full SHA for 2ed23e8
.gitlab/templates/pipeline.yaml.tpl
@@ -497,7 +497,7 @@ integration-test-suite:
497
script:
498
- echo "Running ${TEST_SUITE} integration tests with identifier ${IDENTIFIER}..."
499
- export TEST_SUITE=${TEST_SUITE}
500
- - jest tests/${TEST_SUITE}.test.ts
+ - npx jest tests/${TEST_SUITE}.test.ts
501
{{ end }}
502
artifacts:
503
when: always
0 commit comments