diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8cb388bef83a0285410c8790e2297add4c5a5ada..23dd38c8d3d09696163762b2f93b7bded376e00e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,29 +1,17 @@
 include:
-  - "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
+  - "https://git.autistici.org/pipelines/debian/raw/master/common.yml"
+  - "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"
 
-test:
-  stage: test
-  image: registry.git.autistici.org/ai3/docker/test/golang:master
-  script:
-    - run-go-test ./...
-  artifacts:
-    when: always
-    reports:
-      coverage_report:
-        coverage_format: cobertura
-        path: cover.xml
-      junit: report.xml
+#pkg_test:
+#  image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bookworm-slim
+#  stage: build
+#  needs: ["build_pkg:bookworm:amd64"]
+#  variables:
+#    PACKAGES_DIR: "output-deb"
+#  script:
+#    - apt-get update
+#    - dpkg -R --unpack ${PACKAGES_DIR} || true
+#    - apt-get -y install replds2
+#    - systemctl enable replds-server
+#    - systemctl start replds-server
 
-pkg_test:
-  image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bookworm-slim
-  stage: build
-  needs: ["build_pkg:bookworm:amd64"]
-  variables:
-    PACKAGES_DIR: "output-deb"
-  script:
-    - apt-get update
-    - dpkg -R --unpack ${PACKAGES_DIR} || true
-    - apt-get -y install replds2
-
-    - systemctl enable replds-server
-    - systemctl start replds-server