diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fed65fb58049b6e4ed1a61bc231c75e0b9f76d48..eea81f7a16ac70c6441f191906bb573eab37277c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,12 +9,6 @@ variables:
 services:
     - docker:19.03.0-dind
 
-# The file variables will be kept accross jobs : it contains useful informations about modified
-# Dockerfile / docker-compose in the last commit
-cache:
- paths:
-  - variables
-
 stages:
   - ci-base
   - build