diff options
author | Florian Fischer <florian.fischer@muhq.space> | 2021-12-28 21:47:38 +0100 |
---|---|---|
committer | Florian Fischer <florian.fischer@muhq.space> | 2021-12-28 21:47:38 +0100 |
commit | 8d24f1ebc1aa25a2511b4acf926a61293c408e11 (patch) | |
tree | 8e43c11ac4bd87c1c74fe90ed906d72fbc783d28 | |
parent | 217971601ff84c96361f2b23de7b7415cf18abba (diff) | |
download | vis-spellcheck-8d24f1ebc1aa25a2511b4acf926a61293c408e11.tar.gz |
CI: disable unused falsely copied test job
-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 |