diff --git a/.drone.yml b/.drone.yml index 122ed29d0..d45d222e5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -217,7 +217,7 @@ pipeline: matrix: TESTS: integration eslint: - image: nextcloudci/eslint:eslint-1 + image: node:11-alpine commands: - npm install - npm run lint @@ -249,6 +249,6 @@ matrix: - TESTS: jsbuild #- TESTS: integration -branches: [ master, stable* ] +branches: [ master, stable*, vue ]