diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d3bd9f54f8668f1819d770a9d8419c3ac0b72e12..a17c215693e8d10c8022127cf69a6aefcbd9fd95 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,3 @@
-include: "https://git.autistici.org/pipelines/debian/raw/master/common.yml"
-
-run_tests:
-  stage: test
-  image: registry.git.autistici.org/pipelines/images/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/debian/raw/master/common.yml"
+  - "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"