Skip to content
Snippets Groups Projects
Commit f4ef521d authored by ale's avatar ale
Browse files

Switch to latest Go image for CI test

parent 4b3b1290
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,6 @@ stages:
run_tests:
stage: test
image: "ai/test:go"
script: "go-test-runner ./..."
image: "golang:latest"
script: "go test -v ./..."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment