From abf7b5f427e853a61c7314d8f28824046bfcc923 Mon Sep 17 00:00:00 2001 From: Clemens Lange Date: Thu, 27 May 2021 13:07:16 +0200 Subject: [PATCH] Replace docker-privileged-xl tag by cms-fat to use custom runners for standadlone images --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dff82df..10b9c45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,7 @@ build_standalone_pipeline: refs: - master tags: - - docker-privileged-xl + - cms-fat variables: IMAGE_NAME: $RELEASE-$SCRAM_ARCH REPO_NAME: standalone -- GitLab