diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e63bf602ce16bc6688c0c618a3a519370594a707..ad2661c75a7826284fdbdef2ad275426f171e644 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,21 +34,12 @@ variables:
     - chmod 700 ~/.ssh
 
 stages:
-  - debug
   - build   
   - publish
   - deploy
   - test-deployment
   - cleanup
 
-debug:
-  stage: debug
-  script:
-    - echo $CI_COMMIT_BRANCH
-    - echo $MANUAL_FULL_DEPLOY_TESTING
-    - echo $CI_COMMIT_TAG
-    - echo $MANUAL_FULL_DEPLOY_PRODUCTION
-
 build-testing-image:
   stage: build
   image: docker:latest