Use alpine image for CI tests

Este commit está contenido en:
wpetit 2017-07-24 15:25:58 +02:00
padre 68461367c8
commit c03aefc66a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados

Ver fichero

@ -1,7 +1,8 @@
---
pipeline:
test:
image: node:latest
image: alpine:3.6
commands:
- apk add --no-cache nodejs nodejs-npm firefox-esr
- npm install
- npm test