UDP socket cannot receive anything in CI

Hello,

I have a project which sends and receive files over UDP. Now, when I try to make a test stage, the server doesn’t receive any data.

This is my project and CI branch.
https://gitlab.com/m.mokhalled.95/udp_file_transfer/tree/CI_test

How could I make a test stage for this purpose?