From 0ab9fb51e50fd9c39f06ee85c97ded5799665c02 Mon Sep 17 00:00:00 2001 From: godog <godog@autistici.org> Date: Sat, 23 Sep 2023 15:47:52 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c091f51..d3bd9f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ -include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml" +include: "https://git.autistici.org/pipelines/debian/raw/master/common.yml" run_tests: stage: test - image: registry.git.autistici.org/ai3/docker/test/golang:master + image: registry.git.autistici.org/pipelines/images/test/golang:master script: - run-go-test ./... artifacts: -- GitLab