diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c662aa72c92f356885f5a00c59ef3109b3484c2..3cdcc01945ff0ea6700036fdad68b09324a8dfc5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,6 +79,7 @@ report:
     - view_01
     - dawn_view_02:detector
     - dawn_view_03:detector
+    - dump_constants
   artifacts:
     paths:
       - images/
@@ -87,6 +88,12 @@ report:
     - pip3 install jinja2 &&  ls -lrth
     - ./bin/make_images > doc/dawn_views.md
 
+dump_constants:
+  stage: test
+  needs: 
+    - ["compile"]
+  script:
+    - npdet_info dump reference_detector.xml  | tee doc/constants.out 
 
 overlap_check:
   stage: test