diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5af2bae24947105b6428125a4a8ec53d9ad78126..c47c8a719990e280feb93a02a4a1d0db27cd00d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -98,10 +98,10 @@ test:
     WEB_ROOT: http://localhost:3000
   before_script:
     - source ./venv/bin/activate
-  script:
     - cd ./backend
     - python -m uvicorn main:app --port=80 --host 0.0.0.0
-  coverage: '/Application startup complete/'
+  script:
+    - curl "http://localhost/api/health"
 
 #######################################################################################################################################
 ####                                                                                                                               ####