Use alpine image for CI tests
This commit is contained in:
parent
68461367c8
commit
c03aefc66a
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
pipeline:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
image: node:latest
|
image: alpine:3.6
|
||||||
commands:
|
commands:
|
||||||
|
- apk add --no-cache nodejs nodejs-npm firefox-esr
|
||||||
- npm install
|
- npm install
|
||||||
- npm test
|
- npm test
|
||||||
|
Loading…
Reference in New Issue
Block a user