diff --git a/.drone.yml b/.drone.yml index e96d2cf..0d46f2a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,7 @@ pipeline: build: image: node:8 commands: + - apt-get update - apt-get install -yq libx11-xcb1 - npm install - npm run test