From 996b6b2b199610682d32028e02e5c07f781e5373 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Thu, 21 Jan 2021 07:50:16 +0300 Subject: fix: specify lua --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ebfc7b..701cff8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,5 +39,5 @@ Coverage: - luarocks-5.3 install luacov - luarocks-5.3 install luacov-console script: - - make luacov-console >/dev/null + - LUA=lua5.3 make luacov-console >/dev/null - luacov-console --no-colored -s -- cgit v1.2.3