diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0501bd6..b458256 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ tag: stage: tag needs: [test] script: - - yarn install --frozen-lockfile + - npx yarn install --frozen-lockfile - npx semantic-release rules: - if: '$CI_COMMIT_TITLE =~ /^(docs|chore\(release\))/'