From ebfc426bdb35bfa87ac5829bf097d7d228788a26 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Thu, 17 Aug 2023 09:05:37 +0100 Subject: [PATCH] Use new CI templates --- .gitlab-ci.yml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c091f511..8531585f 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" -- GitLab