diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0839f1305162e165f03e95e1bd1084732a6923d..bd086e31684292758c56f1b79f21abfb20197291 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,16 +1 @@
-stages:
-  - test
-
-run_tests:
-  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
-
+include: "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"