Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-04-18 22:35:56 +0300
committerWinnie Hellmann <winnie@gitlab.com>2019-04-18 22:35:56 +0300
commit53fd743ecc0ad7b2acbba3961f0e63aa1f2ac12c (patch)
tree131ef1ce58ded74b889aaff7c3143dba94dae4ac
parente9bf3672dff56cf845114856a17ea72328215bcf (diff)
Use --runInBand for Jest on CIwinh-jest-runInBand
-rw-r--r--.gitlab/ci/frontend.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml
index fd179f77e26..9b1949585e1 100644
--- a/.gitlab/ci/frontend.gitlab-ci.yml
+++ b/.gitlab/ci/frontend.gitlab-ci.yml
@@ -143,7 +143,7 @@ jest:
- date
- bundle exec rake karma:fixtures
- date
- - yarn jest --ci --coverage
+ - yarn jest --ci --coverage --runInBand
artifacts:
name: coverage-frontend
expire_in: 31d