From fddcaff3bfcc7854908571ac0126c289550f1bcb Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Mon, 21 Aug 2023 12:44:42 +0100
Subject: [PATCH] Use new CI templates

---
 .gitlab-ci.yml | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0839f1..bd086e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,16 +1 @@
-stages:
-  - test
-
-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/images/test/golang/raw/master/ci.yml"
-- 
GitLab