diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e61a8f9c152c209311f0ae33e8b5f438e5327a2..7c88b68edadb1265a553772719d7973fd6048099 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,14 +1,9 @@
-image: registre.unicaen.fr:5000/unicaen-dev-php7.3-apache
-
 stages:
-- publish
-
-cache:
-  key: ${CI_COMMIT_REF_SLUG}
-  paths:
-  - vendor/
+  - publish
 
 update-satis:
   stage: publish
+  image: python:3.9
   script:
-    - curl https://gest.unicaen.fr/packagist/update
+    - apt-get update && apt-get -y upgrade && apt-get -y install curl
+    - curl https://gest.unicaen.fr/packagist/update
\ No newline at end of file