aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 523b250e8bce0ab61427b6bd081f3e0eb5b72fa2 (plain)
1
2
3
4
5
6
7
8
9
stages:
  - test

run_tests:
  stage: test
  image: "ai/test:go"
  script: "go-test-runner ./..."