From e81c80fa9bfd1f663094c7770da77d92b153fbb4 Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Tue, 13 Oct 2020 16:10:39 +0300 Subject: [PATCH] Remove --detectOpenHandles --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2198d27d..5542e7f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ test: key: '$CI_COMMIT_SHORT_SHA' policy: pull script: - - yarn test --detectOpenHandles + - yarn test docker: stage: release