diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ccce2265ea57e0cf2924a764bace35cf7345b360..dd50c67edb874b538e346179dc34456d7ce04dfa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,7 @@ include:
 
 dco:
   interruptible: true
+  tags: [kvm] # Technically we want x86_64 or aarch64 but there's no OR syntax for tags, this is a way to cheat.
   stage: compliance
   image: christophebedard/dco-check:latest
   rules:
@@ -41,7 +42,7 @@ dco:
 reuse:
   interruptible: true
   stage: compliance
-  tags: [x86_64]  # https://twitter.com/zygoon/status/1474746295088787458
+  tags: [x86_64] # The aarch64 binary is actually an x86_64 binary.
   image:
     name: fsfe/reuse:latest
     entrypoint: [""]