From 9ad66204d17a101bb7ba770884c42d26d288a2a5 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 4 Mar 2019 14:52:53 +0700 Subject: [PATCH] Use different base image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0b20e01..bd795f3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: test steps: - name: test - image: colthreepv/node-chrome:8 + image: weboaks/node-karma-protractor-chrome:alpine-node8 commands: - npm install - npm test