diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3fa677d9431abeb6189016805f2ae131385e2e81..e6c41801d3122a65270452371cdea6c26e9beea2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -130,7 +130,6 @@ deploy to production:
   rules:
     - if: '$CI_COMMIT_BRANCH == "develop" && $CI_PROJECT_PATH == "R3/howto-cards"'
     - if: '$CI_COMMIT_BRANCH == "master" && $CI_PROJECT_PATH == "R3/howto-cards"'
-    - if: '$CI_COMMIT_BRANCH == "16-deploy-to-staticpages-vm"'
   script:
     - ssh -p $SSHPORT $SSHCONNECT "mkdir -p ~/$CI_COMMIT_BRANCH/sources/public/$CI_JOB_ID ~/$CI_COMMIT_BRANCH/public"
     - scp -P $SSHPORT -r new_processed_build/* $SSHCONNECT:~/$CI_COMMIT_BRANCH/sources/public/$CI_JOB_ID