diff --git a/.gitlab-ci/packet.yml b/.gitlab-ci/packet.yml
index 8440820559b1469fca766064dc03b8d2a7e3100e..aa9b25d127f335076b67d2f66279bd8e98d0648c 100644
--- a/.gitlab-ci/packet.yml
+++ b/.gitlab-ci/packet.yml
@@ -201,7 +201,7 @@ packet_almalinux8-calico-ha-ebpf:
   extends: .packet_pr
   when: manual
 
-packet_debian9-macvlan:
+packet_debian10-macvlan:
   stage: deploy-part2
   extends: .packet_pr
   when: manual
diff --git a/README.md b/README.md
index b0c78eccc1bf74edea17ee44ee5f54193963b139..35e5c13e68b18607cf2cc19dd77da6d18875f93f 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ vagrant up
 ## Supported Linux Distributions
 
 - **Flatcar Container Linux by Kinvolk**
-- **Debian** Bullseye, Buster, Jessie, Stretch
+- **Debian** Bullseye, Buster
 - **Ubuntu** 16.04, 18.04, 20.04, 22.04
 - **CentOS/RHEL** 7, [8, 9](docs/centos.md#centos-8)
 - **Fedora** 35, 36
diff --git a/docs/ci.md b/docs/ci.md
index 7f6d5ca2d66b201fef67602329fd1d77cb204bff..67d87ff18b69cd0b9fd4a495a2fc06cd5bb3ef90 100644
--- a/docs/ci.md
+++ b/docs/ci.md
@@ -9,9 +9,8 @@ To generate this Matrix run `./tests/scripts/md-table/main.py`
 almalinux8 |  :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
 amazon |  :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 centos7 |  :white_check_mark: | :x: | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: | :white_check_mark: |
-debian10 |  :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
+debian10 |  :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: |
 debian11 |  :white_check_mark: | :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |
-debian9 |  :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: |
 fedora35 |  :white_check_mark: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: |
 fedora36 |  :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
 opensuse |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
@@ -31,7 +30,6 @@ amazon |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 centos7 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 debian10 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 debian11 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
-debian9 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 fedora35 |  :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 fedora36 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 opensuse |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
@@ -51,7 +49,6 @@ amazon |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 centos7 |  :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 debian10 |  :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 debian11 |  :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
-debian9 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 fedora35 |  :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
 fedora36 |  :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: |
 opensuse |  :x: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
diff --git a/roles/bootstrap-os/molecule/default/molecule.yml b/roles/bootstrap-os/molecule/default/molecule.yml
index 8413baae61c74aaf2df979cc3d3d6061d2f8e208..22e322ebe1c12e34051085e332958b5772d67c18 100644
--- a/roles/bootstrap-os/molecule/default/molecule.yml
+++ b/roles/bootstrap-os/molecule/default/molecule.yml
@@ -29,10 +29,6 @@ platforms:
     box: almalinux/8
     cpus: 1
     memory: 512
-  - name: debian9
-    box: generic/debian9
-    cpus: 1
-    memory: 512
   - name: debian10
     box: generic/debian10
     cpus: 1
diff --git a/tests/files/packet_debian9-macvlan.yml b/tests/files/packet_debian10-macvlan.yml
similarity index 89%
rename from tests/files/packet_debian9-macvlan.yml
rename to tests/files/packet_debian10-macvlan.yml
index a65aa9653d7ca9d6224d015823d759a8f7cf8ae4..fad162e463fee8299b0e20c46802610267f49629 100644
--- a/tests/files/packet_debian9-macvlan.yml
+++ b/tests/files/packet_debian10-macvlan.yml
@@ -1,6 +1,6 @@
 ---
 # Instance settings
-cloud_image: debian-9
+cloud_image: debian-10
 mode: default
 
 # Kubespray settings
diff --git a/tests/scripts/testcases_run.sh b/tests/scripts/testcases_run.sh
index a6a9d4d07d58905e956d767066ff7825c6ea4666..4155427fff2074c1b2b29cfeeb4aaf34fe0f0bff 100755
--- a/tests/scripts/testcases_run.sh
+++ b/tests/scripts/testcases_run.sh
@@ -47,7 +47,15 @@ if [[ "$CI_JOB_NAME" =~ "ubuntu" ]]; then
   CI_TEST_ADDITIONAL_VARS="-e ansible_python_interpreter=/usr/bin/python3"
 fi
 
+ENABLE_020_TEST="true"
+ENABLE_030_TEST="true"
 ENABLE_040_TEST="true"
+if [[ "$CI_JOB_NAME" =~ "macvlan" ]]; then
+  ENABLE_020_TEST="false"
+  ENABLE_030_TEST="false"
+  ENABLE_040_TEST="false"
+fi
+
 if [[ "$CI_JOB_NAME" =~ "hardening" ]]; then
   # TODO: We need to remove this condition by finding alternative container
   # image instead of netchecker which doesn't work at hardening environments.
@@ -119,10 +127,14 @@ ansible-playbook --limit "all:!fake_hosts" -e @${CI_TEST_VARS} ${CI_TEST_ADDITIO
 ansible-playbook --limit "all:!fake_hosts" -e @${CI_TEST_VARS} ${CI_TEST_ADDITIONAL_VARS} tests/testcases/015_check-nodes-ready.yml $ANSIBLE_LOG_LEVEL
 
 ## Test that all pods are Running
+if [ "${ENABLE_020_TEST}" = "true" ]; then
 ansible-playbook --limit "all:!fake_hosts" -e @${CI_TEST_VARS} ${CI_TEST_ADDITIONAL_VARS} tests/testcases/020_check-pods-running.yml $ANSIBLE_LOG_LEVEL
+fi
 
 ## Test pod creation and ping between them
+if [ "${ENABLE_030_TEST}" = "true" ]; then
 ansible-playbook --limit "all:!fake_hosts" -e @${CI_TEST_VARS} ${CI_TEST_ADDITIONAL_VARS} tests/testcases/030_check-network.yml $ANSIBLE_LOG_LEVEL
+fi
 
 ## Advanced DNS checks
 if [ "${ENABLE_040_TEST}" = "true" ]; then