diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a28dec0..6dee704 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: hosttoday/ht-docker-node +image: hosttoday/ht-docker-node:latest stages: - test @@ -7,25 +7,21 @@ stages: testLTS: stage: test script: - - npmci install 4 - - npm install - - npm test + - npmci test lts tags: - docker testSTABLE: stage: test script: - - npmci install stable - - npm install - - npm test + - npmci test stable tags: - docker release: stage: release script: - - npm -v + - npmci publish only: - tags tags: