diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 353425375be7dfb5c3a6d4c39cfcabb0fd82b514..f541e2bcbdb12a2bf62e8e0529713ab8962097bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,26 +21,3 @@ variables:
   # Disable parts of AutoDevOps which we don't use.
   DOCUMENTATION_DISABLED: "yes"
   DAST_DISABLED: "yes"
-
-# Trigger deployment of staging instance using the Docker image built via Auto
-# DevOps.
-deploy_staging:
-  stage: staging
-
-  variables:
-    # These variables must be set for the triggered pipeline to deploy the
-    # application.
-    WEBAPP_DOCKER_IMAGE: "${CI_REGISTRY_IMAGE}/${CI_COMMIT_REF_NAME}:${CI_COMMIT_SHA}"
-    DEPLOY_ENABLED: "staging"
-
-  # Trigger the deployment job in the deploy repository and require it to
-  # succeed for this pipeline to succeed.
-  trigger:
-    project: uis/devops/iar/new-deploy
-    branch: master
-    strategy: depend
-
-  # We only want to auto-deploy to staging when the master branch changes.
-  only:
-    refs:
-      - master