diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3516e99c0ff06cc9ce2d4ee537846a7aa484a89f..fe33a792456a6955c907fefd3f90dd64502f6dae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,14 +1,9 @@
-image: registre.unicaen.fr:5000/unicaen-dev-php8.2-apache
-
 stages:
-- publish
-
-cache:
-  key: ${CI_COMMIT_REF_SLUG}
-  paths:
-  - vendor/
+  - publish
 
 update-satis:
   stage: publish
+  image: python:3.9
   script:
+    - apt-get update && apt-get -y upgrade && apt-get -y install curl
     - curl https://gest.unicaen.fr/packagist/update