diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0839f1305162e165f03e95e1bd1084732a6923d..95b11971918e2222b8d60aa9a7af065d0f9a1a93 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,16 +1,5 @@
+include: "https://git.autistici.org/ai3/docker/test/golang/raw/master/ci.yml"
+
 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
-