aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2021-12-28 21:47:38 +0100
committerFlorian Fischer <florian.fischer@muhq.space>2021-12-28 21:47:38 +0100
commit8d24f1ebc1aa25a2511b4acf926a61293c408e11 (patch)
tree8e43c11ac4bd87c1c74fe90ed906d72fbc783d28 /.gitlab-ci.yml
parent217971601ff84c96361f2b23de7b7415cf18abba (diff)
downloadvis-spellcheck-8d24f1ebc1aa25a2511b4acf926a61293c408e11.tar.gz
CI: disable unused falsely copied test job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
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