diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b4ab467ca5631489a2195b984f0ee29a3d1ceb6c..c3f627db1060ff324f138ea4e7dd3d7235b3cdd7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,17 +19,6 @@ build_job:
     reports:
       dotenv: job.env
 
-# release_job:
-#   stage: release
-#   image: alpine
-#   script:
-#     - apk add --no-cache curl  # Installez curl pour les appels API
-#     - curl --header "PRIVATE-TOKEN: AT-KQXzMZCvv48DkPB4G" --upload-file /bin.exe "$CI_API_V4_URL/projects/$CI_PROJECT_ID/releases/$CI_COMMIT_TAG/assets/links"
-#   dependencies:
-#     - build_job
-#   only:
-#     - tags
-
 create:release:
   stage: release
   image: registry.gitlab.com/gitlab-org/release-cli:latest