diff --git a/.drone.yml b/.drone.yml index bd795f3..0b20e01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: test steps: - name: test - image: weboaks/node-karma-protractor-chrome:alpine-node8 + image: colthreepv/node-chrome:8 commands: - npm install - npm test