Use alpine image for CI tests

このコミットが含まれているのは:
wpetit 2017-07-24 15:25:58 +02:00
コミット c03aefc66a
1個のファイルの変更2行の追加1行の削除

ファイルの表示

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