diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 523b250e8bce0ab61427b6bd081f3e0eb5b72fa2..63f339df48b2ad9376d4632ec06fdba4889782eb 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 ./..."