From 2111ce1f2132b4aae3994481b0023a667876b0fe Mon Sep 17 00:00:00 2001 From: Drew Short Date: Tue, 16 Jan 2018 23:14:19 -0600 Subject: [PATCH] Switching to custom lua builder docker image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2692642..58d87f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:latest +image: sothr.com/lua_builder:stable stages: - build