diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c756ef464868bece72c78fea7698bd07a78887dd..96c6d22678ca3ce31ca7c3c910031788e22049fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,4 @@ -include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml" - -run_tests: - stage: test - image: "golang:1.19" - script: "go test -v ./..." +include: + - "https://git.autistici.org/pipelines/debian/raw/master/common.yml" + - "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"