diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ba1784d529dee01cca77551b447ba313195aedb..ac1eb2f02bc48fcd854f4c769a9023b3637902ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,20 +1,3 @@ -include: "https://git.autistici.org/ai3/build-container/raw/master/common.yml" - -stages: - - test - - build - - release - -run_tests: - stage: test - image: registry.git.autistici.org/ai3/docker/test/golang:master - script: - - run-go-test . - artifacts: - when: always - reports: - coverage_report: - coverage_format: cobertura - path: cover.xml - junit: report.xml - +include: + - "https://git.autistici.org/pipelines/containers/raw/master/common.yml" + - "https://git.autistici.org/ai3/docker/test/golang/raw/master/ci.yml"