diff options
-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 |