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:
authorMike Greiling <mike@pixelcog.com>2017-06-14 21:58:10 +0300
committerMike Greiling <mike@pixelcog.com>2017-06-14 21:58:10 +0300
commit50b2b3f5f000834144ccf41a4dbe278987b2ef75 (patch)
tree3f8ce5af6695dc9a418c3718e5a6b6fc40960a9f /.gitlab-ci.yml
parentd70be8f83c307869d634ab30d245d996f780c9fd (diff)
add DEBUG flag option to karma config
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a69757411f..8e694e4aad4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -448,13 +448,16 @@ karma:
<<: *except-docs
variables:
BABEL_ENV: "coverage"
+ DEBUG: "true"
script:
- bundle exec rake karma
coverage: '/^Statements *: (\d+\.\d+%)/'
artifacts:
name: coverage-javascript
expire_in: 31d
+ when: always
paths:
+ - chrome_debug.log
- coverage-javascript/
coverage: