Skip to content

Commit 130df7a

Browse files
committed
Fix gitlab-ci
1 parent a229cd0 commit 130df7a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,7 @@ test:
4040
- export CHROME_BIN=/usr/bin/chromium
4141
- npm ci
4242
script:
43-
- npm run test -- --watch=false --browsers=ChromeHeadless --code-coverage
44-
artifacts:
45-
when: always
46-
reports:
47-
junit: ${WORKDIR}/junit.xml
48-
paths:
49-
- ${WORKDIR}/coverage
43+
- npm run test:headless
5044

5145
build:
5246
stage: build

0 commit comments

Comments
 (0)