summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2021-01-21 07:50:16 +0300
committerAndrey Orst <andreyorst@gmail.com>2021-01-21 07:50:16 +0300
commit996b6b2b199610682d32028e02e5c07f781e5373 (patch)
tree7c8b212868a007fc38d20461954cf47d99636193 /.gitlab-ci.yml
parent8e300606a9afc75c76b3988c5afee39b511f46c9 (diff)
fix: specify lua
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
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