diff options
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 8d258d4b2..b4e443381 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,7 +56,7 @@ pipeline: eslint: image: node:10-alpine - group: build + group: tests commands: - npm install - ./node_modules/.bin/eslint -v @@ -70,7 +70,7 @@ pipeline: perl-tidyall: # https://github.com/rspamd/rspamd-build-docker/blob/master/perl-tidyall/Dockerfile image: rspamd/ci-perl-tidyall - group: build + group: tests commands: - tidyall --version - perltidy --version | head -1 |