diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7d5454..e61541c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,7 @@ check_commits: - npm install -g @commitlint/cli @commitlint/config-conventional - git checkout origin/master script: + - git checkout ${CI_COMMIT_SHA} - npx commitlint --from origin/master --to ${CI_COMMIT_SHA} --verbose compile_jvm: