Skip to content

Commit

Permalink
[#3716] Add missing tags to CI jobs via defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Petr committed Jan 16, 2025
1 parent 92e28ab commit b8d8e12
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ variables:
# Leave only bandit, flawfinder, semgrep.
SAST_EXCLUDED_ANALYZERS: "eslint, spotbugs"

image: 'registry.gitlab.isc.org/isc-projects/kea:latest'
default:
image: 'registry.gitlab.isc.org/isc-projects/kea:latest'
tags:
- linux
- aws
- runner-manager
- amd64

stages:
- test
Expand Down

0 comments on commit b8d8e12

Please sign in to comment.