diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93109a8..3969fef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,8 @@ check-luacheck: # - luarocks install --server=https://luarocks.org/dev luaformatter # - make check-format -test: - stage: test - script: - - luarocks install lunatest - - make test +# test: + # stage: test + # script: + # - luarocks install lunatest + # - make test |