From 65c242d512e95d577c3346ebbc056dfd40edd5f7 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 22 Oct 2025 16:39:29 +0200 Subject: [PATCH] ci: change to AWS CodeBuild runner --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98232eb..ce77975 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,10 @@ include: - project: unboundsoftware/ci-templates file: Release.gitlab-ci.yml +default: + tags: + - codebuild-Gitlab-$CI_PROJECT_ID-$CI_PIPELINE_IID-$CI_JOB_NAME + stages: - build