diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73fc7ca0..bd73a918 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,5 @@ syntax: script: - - luac5.1 -s -p mods/*/*.lua \ No newline at end of file + - git submodule init + - git submodule update + - luac5.1 -s -p mods/*/*.lua