Skip to content

Commit 61bff04

Browse files
committed
Fix gitlab-ci
1 parent c12dfd9 commit 61bff04

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ lint:
3131
script:
3232
- npm run lint
3333

34-
test:
35-
stage: test
36-
image: node:${NODE_VERSION}
37-
before_script:
38-
- cd ${WORKDIR}
39-
- apt-get update
40-
- apt-get install -y chromium
41-
- export CHROME_BIN=/usr/bin/chromium
42-
- npm ci
43-
script:
44-
- npm run test:headless
45-
4634
build:
4735
stage: build
4836
extends: .install_base

0 commit comments

Comments
 (0)