diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6dee704..00b7247 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,13 @@ testSTABLE: - npmci test stable tags: - docker + +testLEGACY: + stage: test + script: + - npmci test legacy + tags: + - docker release: stage: release