diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5c1bf5cf26cfecf38bde2622777ca187b0ad56d..a8504252af22fabdb5e77dfe96bf9a25b2a71ffe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -297,6 +297,7 @@ jug_xl:feature:
         DETECTOR_BRANCH:
           - acadia
           - canyonlands
+          - deathvalley
   script:
     - docker build -t ${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${INTERNAL_TAG}-${DETECTOR}-${DETECTOR_BRANCH}
                    -f containers/jug/feature.Dockerfile
diff --git a/detectors.yaml b/detectors.yaml
index 0e158d1c75f1b4650be485b40fbe9f5dc15cac74..acbbb4e63a4e5317b204712c134621336c070fed 100644
--- a/detectors.yaml
+++ b/detectors.yaml
@@ -6,16 +6,13 @@ detectors:
         config: ip6
         version: v0.5.2
     canyonlands:
-      default: true
-      version: canyonlands-v2.1
+      version: canyonlands-v2.2
       ip:
         config: ip6
-        version: v0.6.2
-    ## this is the newer version of canyonlands. For now we give it a different name
-    ## to not override the ongoing production with v2.1, which could cause confusion
-    ## (in particular because both versions are virtually identical).
-    canyonlands_new:
-      version: canyonlands-v2.2
+        version: v1.0.0
+    deathvalley:
+      default: true
+      version: deathvalley-v1.0
       ip:
         config: ip6
         version: v1.0.0