aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2025-05-25 15:20:10 +0200
committerMichael Albinus2025-05-25 15:20:10 +0200
commit48e3d08cf36d5e5ea56c5653bd3410e2dcd3c02b (patch)
tree313db311c887baf3cd6513293b64a34e65b9f6b9
parent300d7c1ad657d3631a42360bc746d52179075547 (diff)
downloademacs-48e3d08cf36d5e5ea56c5653bd3410e2dcd3c02b.tar.gz
emacs-48e3d08cf36d5e5ea56c5653bd3410e2dcd3c02b.zip
; Fix last change
-rw-r--r--test/infra/gitlab-ci.yml3
1 files changed, 1 insertions, 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:
334 334
335test-tree-sitter: 335test-tree-sitter:
336 stage: platforms 336 stage: platforms
337 extends: >- 337 extends: [.job-template, .test-template, .tree-sitter-template, .tree-sitter-files]
338 [.job-template, .test-template, .tree-sitter-template, .tree-sitter-files]
339 needs: 338 needs:
340 - job: build-image-tree-sitter 339 - job: build-image-tree-sitter
341 optional: true 340 optional: true