diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6b98e2..14931f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,10 +6,6 @@ cache: - .yarn/ key: "$CI_BUILD_STAGE" -before_script: - - yarn global add npmci@3.0.28 - - npmci docker login - stages: - security - test @@ -68,8 +64,6 @@ release: stage: release script: - npmci npm prepare - - npmci command npm install - - npmci command npmts - npmci npm publish only: - tags