# gitzone ci_default image: registry.gitlab.com/hosttoday/ht-docker-node:npmci cache: paths: - .npmci_cache/ key: '$CI_BUILD_STAGE' stages: - only testStable: stage: only script: - npmci npm prepare - npmci node install stable - npmci npm install - npmci npm test coverage: /\d+.?\d+?\%\s*coverage/ tags: - docker