diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e2a41faa8d7af5c3ce9cfccf40d776ca917e1424..21a93eecad9f27e5eb8651d1adc4c6038ed58120 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,8 @@
+# TODO : only run gitlab ci in the master branch
+# TODO : cache python dependencies during build
+
 variables:
-    IMAGE_TAG: $registry.binets.fr/maxime.basse/psc-musique
-    # DEBUG: only launch this task on the branch deployment-configuration. TODO: master branch instead
-    PIPELINE_BRANCH: deployment-configuration
+    IMAGE_TAG: registry.binets.fr/maxime.basse/psc-musique
 
 stages:
     - ship
@@ -42,7 +43,7 @@ deploy:
     # Variables for br docker services
     variables:
         PROJECT: jazzbot
-        DOCKER_IMAGE: registry.gitlab.binets.fr/maxime.basse/psc-musique:latest
+        DOCKER_IMAGE: registry.binets.fr/maxime.basse/psc-musique:latest
 
     # Trigger br docker services deployment
     trigger: