From 35135745dc75cb567a1d1637c07893d31233401e Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 1 Sep 2023 10:30:24 +0100 Subject: [PATCH] Run go tests before packaging step to get CI metadata --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4be0614..a17c2156 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1 +1,3 @@ -include: "https://git.autistici.org/pipelines/debian/raw/master/common.yml" +include: + - "https://git.autistici.org/pipelines/debian/raw/master/common.yml" + - "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml" -- GitLab