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