From 40f1e2c938d8550f150a9ce4d75d0eb8028af9d4 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 28 Sep 2016 18:21:45 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a21b7c..81164a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,12 +3,14 @@ stages: - test - release - page + testLEGACY: stage: test script: - npmci test legacy tags: - docker + testLTS: stage: test script: @@ -22,6 +24,7 @@ testSTABLE: - npmci test stable tags: - docker + release: stage: release environment: npmjs-com_registry @@ -31,6 +34,7 @@ release: - tags tags: - docker + pages: image: hosttoday/ht-docker-node:npmpage stage: page