diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-10-30 19:11:57 +0000 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-10-30 19:11:57 +0000 |
| commit | eeb77bd0c1e251e0c84ff55f178bb4f2beb78f24 (patch) | |
| tree | d18fde72c70d669324b17443e4d8c1a4b11fc105 /.gitlab-ci.yml | |
| parent | a339f416a60c2075feb521bd6d422a0e7e81d153 (diff) | |
Update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
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: |