Use alpine image for CI tests

Cette révision appartient à :
wpetit 2017-07-24 15:25:58 +02:00
Parent 68461367c8
révision c03aefc66a
1 fichiers modifiés avec 2 ajouts et 1 suppressions

Voir le fichier

@ -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