image: hosttoday/ht-docker-node:npmts stages: - test1 - test2 - release testLTS: stage: test script: - npmci test lts tags: - docker - lossless testSTABLE: stage: test2 script: - npmci test stable tags: - docker - lossless release: stage: release script: - npmci publish npm only: - tags tags: - lossless