diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-06-14 14:02:20 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-06-14 14:02:20 -0500 |
commit | d5ab729dd31725b8657112c83082dc57c10f5089 (patch) | |
tree | ec77b8ee5ca3e50406aeba41f95bbdbcb6623ee9 /.gitlab-ci.yml | |
parent | 7b4f8aa4a58f753b73b586dfa885a75ea8ec5cb0 (diff) | |
download | gitlab-ce-d5ab729dd31725b8657112c83082dc57c10f5089.tar.gz |
remove debug flag, but continue to log chrome output
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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+%)/' |