From c03aefc66a9e7b0186c9bd83ce83485c2c6ae9bb Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 24 Jul 2017 15:25:58 +0200 Subject: [PATCH] Use alpine image for CI tests --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bc8fc9c..785a360 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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