From 48e3d08cf36d5e5ea56c5653bd3410e2dcd3c02b Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 25 May 2025 15:20:10 +0200 Subject: [PATCH] ; Fix last change --- test/infra/gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 7ebabf6d0f8..9e2868e6383 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -334,8 +334,7 @@ build-image-tree-sitter: test-tree-sitter: stage: platforms - extends: >- - [.job-template, .test-template, .tree-sitter-template, .tree-sitter-files] + extends: [.job-template, .test-template, .tree-sitter-template, .tree-sitter-files] needs: - job: build-image-tree-sitter optional: true