From f8a79c0055f1d60815599af777b5d2c78f9616c3 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 30 May 2023 09:46:46 +0200 Subject: [PATCH] * test/infra/gitlab-ci.yml (test-tree-sitter): Fix file list. --- test/infra/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index aabb50f6aaa..9a862dcba3c 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -283,7 +283,7 @@ test-tree-sitter: # This is needed in order to get a JUnit test report. files: >- lisp/progmodes/c-ts-mode-tests.log - lisp/progmodes/elixir-ts-mode-tests.el + lisp/progmodes/elixir-ts-mode-tests.log lisp/progmodes/go-ts-mode-tests.log lisp/progmodes/heex-ts-mode-tests.log lisp/progmodes/java-ts-mode-tests.log -- 2.39.5