diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf581636716ba50417328d033df96add5440947b..14ebc29899d0a937b8a1879f7c2c1d3245bd58fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,4 +4,4 @@ test:
   stage: test
   script:
     - npm install --global mocha
-    - cd realNodeServer && npm test
\ No newline at end of file
+    - cd realNodeServer && npm test && xargs kill -2
\ No newline at end of file