diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3db05f6..ea2ad12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,26 +6,13 @@ stages: before_script: - "apt-get update && apt-get install nginx -y" - -testLEGACY: - stage: test - script: - - npmci test legacy - tags: - - docker - allow_failure: true - -testLTS: - stage: test - script: - - npmci test lts - tags: - - docker testSTABLE: stage: test script: - npmci test stable + only: + - tags tags: - docker