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 11:00:29 +0300
committerMike Greiling <mike@pixelcog.com>2017-06-14 12:07:21 +0300
commitd70be8f83c307869d634ab30d245d996f780c9fd (patch)
tree3a814275d32321da75a7cd6dc9529396b0413e7c /.gitlab-ci.yml
parent375770316567e479c9e0296d1dd76adeda830224 (diff)
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: