diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c091f5117c171b1361b9edab3780bf5e232d4963..8531585f28539bc14d75db81b0d090cefeabd619 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,4 @@ -include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml" - -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/debian/raw/master/common.yml" + - "https://git.autistici.org/ai3/docker/test/golang/raw/master/ci.yml"