diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec755df7f9390c6f6ca2a628a135d1b24d1586e0..eed2f1d22b8d5ceaa872cca0daa66e71146a522d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,15 +61,12 @@ image:
 # DeepLabCut
 #####################
 
-deeplabcut-2.2.0.2-test:
+deeplabcut-2202-test:
   extends: .templateTest
   variables:
     BASENAME: deeplabcut
-    TAG: 2.2.0.2
+    TAG: 2202
     RECIPE_PATH: recipes/deeplabcut
-  only:
-    changes:
-      - recipes/image-analysis/deeplabcut/Singularity.deeplabcut-2.2.0.2
 
 #####################
 ## Quality control
diff --git a/recipes/image-analysis/deeplabcut/Singularity.deeplabcut-2.2.0.2 b/recipes/image-analysis/deeplabcut/Singularity.deeplabcut-2202
similarity index 88%
rename from recipes/image-analysis/deeplabcut/Singularity.deeplabcut-2.2.0.2
rename to recipes/image-analysis/deeplabcut/Singularity.deeplabcut-2202
index 0aeb1e6b73e3c367f798f60cdb7e449f849e6e2c..6c885aa10a959421cef265737fcbc543fb4ff9ab 100644
--- a/recipes/image-analysis/deeplabcut/Singularity.deeplabcut-2.2.0.2
+++ b/recipes/image-analysis/deeplabcut/Singularity.deeplabcut-2202
@@ -2,11 +2,12 @@ Bootstrap: docker
 From: deeplabcut/deeplabcut:latest-core
 
 %help
-  A Singularity image from the deeplabcut:latest-core Docker. It comes with ResNet weights embedded.
+  A Singularity image from the deeplabcut:latest-core Docker. It comes with ResNet weights embedded. Deeplabcut 2.2.0.2
 
 %labels
   AUTHOR Francesco Tabaro
   VERSION 0.1
+  DEEPLABCUT_VERSION 2.2.0.2
 
 %post
   apt-get update && apt-get install -y curl