diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |