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: