From 50d70eaece24d7af84e8d065e086032a850cf99f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 25 Feb 2017 23:41:06 +0100 Subject: [PATCH] update gitlab yml --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2d2ff7..1cfde96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,4 @@ +# gitzone standard image: hosttoday/ht-docker-node:npmts stages: @@ -10,6 +11,7 @@ testLEGACY: stage: test script: - npmci test legacy + coverage: /\d+.?\d+?\%\s*coverage/ tags: - docker allow_failure: true @@ -18,6 +20,7 @@ testLTS: stage: test script: - npmci test lts + coverage: /\d+.?\d+?\%\s*coverage/ tags: - docker @@ -25,6 +28,7 @@ testSTABLE: stage: test script: - npmci test stable + coverage: /\d+.?\d+?\%\s*coverage/ tags: - docker @@ -50,7 +54,7 @@ pages: image: hosttoday/ht-docker-node:npmpage stage: pages script: - - npmci command npmpage --host gitlab + - npmci command npmpage --publish gitlab only: - tags artifacts: