diff mbox series

[isar-cip-core] ci: Use small runner for CVE check

Message ID 541276ee-fc34-494f-8e99-6e1967c72c7d@siemens.com (mailing list archive)
State Accepted
Headers show
Series [isar-cip-core] ci: Use small runner for CVE check | expand

Commit Message

Jan Kiszka June 19, 2024, 2:17 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

The absence of tags stalled the execution.

Reported-by: Sai Ashrith Sathujoda <sai.sathujoda@toshiba-tsip.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a2834292..3cb98f7f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -458,6 +458,8 @@  cve-checks:
   stage: cve-check
   needs: []
   image: registry.gitlab.com/cip-playground/debian-cve-checker:latest
+  tags:
+    - small
   script:
     - scripts/run-cve-checks.sh
   when: manual