diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c091f5117c171b1361b9edab3780bf5e232d4963..d3bd9f54f8668f1819d770a9d8419c3ac0b72e12 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: