diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8486f81092dc21d77b75091b979bc36fe0089b9a..2eeac682d62215f5bf960e648bc2d15011cab2ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,4 +21,4 @@ Smoke test :
   script:
     - java -jar ./target/CICDTesting-0.0.1-SNAPSHOT.jar
     - sleep 30
-    - curl http://localhost:8080/actuator/health
\ No newline at end of file
+    - curl http://localhost:8080/actuator/health | grep "UP"
\ No newline at end of file