From 63b64cbc8b2bb6431195e9bf70be32b083352245 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 18 Aug 2023 20:52:52 +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 29a2810..a17c215 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,3 @@ -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: - junit: report.xml - coverage_report: - coverage_format: cobertura - path: cover.xml +include: + - "https://git.autistici.org/pipelines/debian/raw/master/common.yml" + - "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml" -- GitLab