Skip to content

Commit b8d8e12

Browse files
author
Emanuel Petr
committed
[#3716] Add missing tags to CI jobs via defaults
1 parent 92e28ab commit b8d8e12

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ variables:
1919
# Leave only bandit, flawfinder, semgrep.
2020
SAST_EXCLUDED_ANALYZERS: "eslint, spotbugs"
2121

22-
image: 'registry.gitlab.isc.org/isc-projects/kea:latest'
22+
default:
23+
image: 'registry.gitlab.isc.org/isc-projects/kea:latest'
24+
tags:
25+
- linux
26+
- aws
27+
- runner-manager
28+
- amd64
2329

2430
stages:
2531
- test

0 commit comments

Comments
 (0)