diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 590b7beb7b6328d9f0d446a9f28b4e8a6a29709e..a0a6883d7147da5e081559fd9958939a22e2362d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ report:
   stage: test
   only:
     - master
+    - testing
   script:
     - ./show-upstream-changes.sh -nc 2>&1 | tee upstream-report-color.txt
     - ./show-upstream-changes.sh -n > upstream-report.txt