From 0eb6d13be982aaaf6ff30272977eadeb096e9622 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 21 Jun 2016 17:11:19 +0200 Subject: [PATCH] testing legacy --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e123ee7..043212d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,16 @@ -image: hosttoday/ht-docker-node:npmci +image: hosttoday/ht-docker-node:npmts stages: - test - release +testLEGACY: + stage: test + script: + - npmci test legacy + tags: + - docker + testLTS: stage: test script: