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