diff --git a/.gitlab-ci/default.yml b/.gitlab-ci/default.yml index 55d49b6a16779991fcbb65db3ec387a07bec4c3d..36e5e7d9b228a58fc0ec2ef4591769b7dd515abc 100644 --- a/.gitlab-ci/default.yml +++ b/.gitlab-ci/default.yml @@ -24,7 +24,7 @@ select tests: getLastSuccesful() { python3 .gitlab-ci/getpipelineinfo.py \ --access-token $CI_JOB_API_READ_TOKEN \ - --look-for latest \ + --look-for latest-merge \ --print-format commit-sha }