From d25033b84b8fbb87665c8e20d6c4c247441363a1 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 19 Jun 2016 20:09:41 +0200 Subject: [PATCH] update .gitlab.yml --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6dee704..b4bbe1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,16 @@ -image: hosttoday/ht-docker-node:latest +image: hosttoday/ht-docker-node:npmts stages: - test - release +testLEGACY: + stage: test + script: + - npmci test lts + tags: + - docker + testLTS: stage: test script: