From 8b2f2c85c1aac6c4fcb7741d7faf69d5429c8665 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Fri, 6 Sep 2024 09:14:44 +0100
Subject: [PATCH] Use pipelines/ golang test CI script

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0839f1..8b69c11 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,16 +1,2 @@
-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