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-07-08 15:29:22 +0300
committerWinnie Hellmann <winnie@gitlab.com>2019-07-08 15:29:22 +0300
commit6a107188b5d6c9aa63ce99f92d194cbd040c3292 (patch)
treee104737251e0c3523c7fa854363f6506e9ac81d0
parent4f6ec719a2c49472591b28455f909e3d6800923c (diff)
Run Jest tests sequentially on CIwinh-jest-sequentially-ci
-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 45a6a177943..0650118a9d8 100644
--- a/.gitlab/ci/frontend.gitlab-ci.yml
+++ b/.gitlab/ci/frontend.gitlab-ci.yml
@@ -183,7 +183,7 @@ jest:
- date
- bundle exec rake karma:fixtures
- date
- - yarn jest --ci --coverage
+ - yarn jest --ci --coverage --run-in-band
artifacts:
name: coverage-frontend
expire_in: 31d