summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-06-14 14:02:20 -0500
committerMike Greiling <mike@pixelcog.com>2017-06-14 14:02:20 -0500
commitd5ab729dd31725b8657112c83082dc57c10f5089 (patch)
treeec77b8ee5ca3e50406aeba41f95bbdbcb6623ee9 /.gitlab-ci.yml
parent7b4f8aa4a58f753b73b586dfa885a75ea8ec5cb0 (diff)
downloadgitlab-ce-d5ab729dd31725b8657112c83082dc57c10f5089.tar.gz
remove debug flag, but continue to log chrome output
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e694e4aad4..91abe474c73 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -448,7 +448,7 @@ karma:
<<: *except-docs
variables:
BABEL_ENV: "coverage"
- DEBUG: "true"
+ CHROME_LOG_FILE: "chrome_debug.log"
script:
- bundle exec rake karma
coverage: '/^Statements *: (\d+\.\d+%)/'