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: