From 4a656cf7f13bb486e9fa10c2972eb11fe7978cde Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 21 Jun 2016 19:08:31 +0200 Subject: [PATCH] fix stages --- .gitlab-ci.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4bbe1b..1b22ee2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,25 +1,27 @@ image: hosttoday/ht-docker-node:npmts stages: -- test +- test1 +- test2 +- test3 - release testLEGACY: - stage: test + stage: test1 script: - - npmci test lts + - npmci test legacy tags: - docker testLTS: - stage: test + stage: test2 script: - npmci test lts tags: - docker testSTABLE: - stage: test + stage: test3 script: - npmci test stable tags: