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