diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ed5fbdf611c9c9e040bc32165509690dfde684d..2e8fda1a84180b63ff2861f3a2df820e0cc16e2d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,5 +12,6 @@ test_job:
   only:
     - testAfnan
   script:
+    - python3 src/controller.py
     - echo "Running tests"
     - pytest
\ No newline at end of file