diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f76f67e1bffafddf19433bc0c21ae1970a12cc66..e6047d0f5e9b3c60bee15e8b8bdf899f565e6695 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,6 @@ build-env:
   - poetry --version
   - cd build/
   - poetry install --no-root
-  - cp -r $(poetry env info --path) $POETRY_CACHE_DIR/virtualenvs/
 
 format:
   stage: format