From 64b5dddcf2b12162e0ffaf4ed5e585e9cc0b4090 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joonas=20Sepp=C3=A4?= <joasep@utu.fi>
Date: Fri, 24 Jun 2022 07:31:46 +0300
Subject: [PATCH] CI-pipelinen korjausyritys 8

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 14ebc29..efd88e7 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 && xargs kill -2
\ No newline at end of file
+    - cd realNodeServer && npm test --exit
\ No newline at end of file
-- 
GitLab