From 9742390e09706b6f0db2d094da52768c206aaaf1 Mon Sep 17 00:00:00 2001 From: knj Date: Wed, 8 Nov 2023 16:57:19 +0100 Subject: [PATCH] add tag to sanitizer test template --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58dbedd3c3..8ca111a488 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1277,6 +1277,7 @@ test-long-self-test: stage: test tags: - sanitizer_test_main + - ivas-linux-fast artifacts: name: "$CI_JOB_NAME--main--sha-$CI_COMMIT_SHORT_SHA" expire_in: 1 week -- GitLab