1tasks: 2 build: 3 image: node:10 4 command: 5 - npm 6 args: 7 - install 8 test: 9 image: node:10 10 command: 11 - npm 12 args: 13 - run 14 - test:mocha