diff options
author | Emanuel Petr <manu@isc.org> | 2025-01-15 22:56:39 +0100 |
---|---|---|
committer | Emanuel Petr <manu@isc.org> | 2025-01-16 11:19:31 +0100 |
commit | b8d8e1235fa5b0ebfbcdf6fa28be8a2e16d3c3bd (patch) | |
tree | cbe75eeeca041421e1f71efebc4604b33f905cf0 /.gitlab-ci.yml | |
parent | [#3696] Updated ChangeLog (diff) | |
download | kea-master.tar.xz kea-master.zip |
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cb8fb0d2e..8d04fc1df9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |