Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -95,10 +95,10 @@ lua-tests: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' before_script: - apk add --no-cache bash git lua5.1 lua5.1-dev luarocks build-base - LUAROCKS_BIN="$(command -v luarocks-5.1 || command -v luarocks)" - "$LUAROCKS_BIN" --lua-version=5.1 install busted - "$LUAROCKS_BIN" --lua-version=5.1 install luacov - "$LUAROCKS_BIN" --lua-version=5.1 install luacov-cobertura - 'LUAROCKS_BIN="$(command -v luarocks-5.1 || command -v luarocks)"' - '"$LUAROCKS_BIN" --lua-version=5.1 install busted' - '"$LUAROCKS_BIN" --lua-version=5.1 install luacov' - '"$LUAROCKS_BIN" --lua-version=5.1 install luacov-cobertura' script: - echo "Running Lua test suite" - bash run_tests.sh Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -95,10 +95,10 @@ lua-tests: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' before_script: - apk add --no-cache bash git lua5.1 lua5.1-dev luarocks build-base - LUAROCKS_BIN="$(command -v luarocks-5.1 || command -v luarocks)" - "$LUAROCKS_BIN" --lua-version=5.1 install busted - "$LUAROCKS_BIN" --lua-version=5.1 install luacov - "$LUAROCKS_BIN" --lua-version=5.1 install luacov-cobertura - 'LUAROCKS_BIN="$(command -v luarocks-5.1 || command -v luarocks)"' - '"$LUAROCKS_BIN" --lua-version=5.1 install busted' - '"$LUAROCKS_BIN" --lua-version=5.1 install luacov' - '"$LUAROCKS_BIN" --lua-version=5.1 install luacov-cobertura' script: - echo "Running Lua test suite" - bash run_tests.sh Loading