From 16dea54123eb13ab64f9d3a3d05220bf9a37ff82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Tue, 1 Jun 2021 18:56:46 +0200 Subject: [PATCH] [ci] search latest merge commit pl --- .gitlab-ci/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/default.yml b/.gitlab-ci/default.yml index 55d49b6a16..36e5e7d9b2 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 } -- GitLab