From ec109f54aa905d153ebc0607814f34bd295d1d8a Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Thu, 17 Aug 2023 08:58:14 +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 c091f51..8531585 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