aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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