summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-06-14 03:00:29 -0500
committerMike Greiling <mike@pixelcog.com>2017-06-14 04:07:21 -0500
commitd70be8f83c307869d634ab30d245d996f780c9fd (patch)
tree3a814275d32321da75a7cd6dc9529396b0413e7c /.gitlab-ci.yml
parent375770316567e479c9e0296d1dd76adeda830224 (diff)
downloadgitlab-ce-d70be8f83c307869d634ab30d245d996f780c9fd.tar.gz
run chrome with --no-sandbox flag to get around docker privilege limitations
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91abe474c73..8a69757411f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -448,16 +448,13 @@ karma:
<<: *except-docs
variables:
BABEL_ENV: "coverage"
- CHROME_LOG_FILE: "chrome_debug.log"
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: