From b6e6e3cc032b0c304eac7ada3ec2c96ece15916c Mon Sep 17 00:00:00 2001 From: godog <godog@autistici.org> Date: Sat, 23 Sep 2023 17:03:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3bd9f5..a17c215 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,3 @@ -include: "https://git.autistici.org/pipelines/debian/raw/master/common.yml" - -run_tests: - stage: test - image: registry.git.autistici.org/pipelines/images/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/pipelines/images/test/golang/raw/master/ci.yml" -- GitLab