From f4ef521da8711c8c4b5cc144fa275b212fe695e7 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Thu, 26 Sep 2019 12:13:33 +0100
Subject: [PATCH] Switch to latest Go image for CI test

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 523b250..63f339d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,6 @@ stages:
 
 run_tests:
   stage: test
-  image: "ai/test:go"
-  script: "go-test-runner ./..."
+  image: "golang:latest"
+  script: "go test -v ./..."
 
-- 
GitLab