From 171843a2e35d71b1c56b58b87d5e2bc4a6032e63 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Thu, 17 Aug 2023 17:33:12 +0100
Subject: [PATCH] Use new CI templates

---
 .gitlab-ci.yml | 23 +++--------------------
 1 file changed, 3 insertions(+), 20 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b44b98..ac1eb2f 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"
-- 
GitLab