Skip to content

Commit 2ed23e8

Browse files
committed
fix jest
1 parent 04e34b0 commit 2ed23e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ integration-test-suite:
497497
script:
498498
- echo "Running ${TEST_SUITE} integration tests with identifier ${IDENTIFIER}..."
499499
- export TEST_SUITE=${TEST_SUITE}
500-
- jest tests/${TEST_SUITE}.test.ts
500+
- npx jest tests/${TEST_SUITE}.test.ts
501501
{{ end }}
502502
artifacts:
503503
when: always

0 commit comments

Comments
 (0)