From eeb77bd0c1e251e0c84ff55f178bb4f2beb78f24 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Fri, 30 Oct 2020 19:11:57 +0000 Subject: Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3443dc8..074ff12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - test -test:Lua5.3: +Lua 5.3: image: alpine:3.12.1 stage: test before_script: @@ -12,7 +12,7 @@ test:Lua5.3: script: - LUA=lua5.3 make test -test:Lua5.4: +Lua 5.4: image: ubuntu:20.10 stage: test before_script: -- cgit v1.2.3