From b1da7c365fe7a4caf6d600b356784363da1ea360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Sepp=C3=A4?= <joasep@utu.fi> Date: Fri, 24 Jun 2022 07:29:11 +0300 Subject: [PATCH] CI-pipelinen korjausyritys 7 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf58163..14ebc29 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 -- GitLab