From ce059ad7d8b5f4b763342a6910a7b652c615674e Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Sat, 2 Sep 2023 09:51:37 +0200 Subject: [PATCH] Revert "log: Set different tag for triggered job" This reverts commit 27cf767a6d432a38d60ef89cc9b000d3c6a30f49. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf7ba32..9a481a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ test_after_vips_common_changes: - echo $VERSION - ./mvnw $MAVEN_CLI_OPTS $MAVEN_OPTS test tags: - - trigger + - vips-java rules: - if: '$CI_PIPELINE_SOURCE == "pipeline"' -- GitLab