summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
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: