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-01-10 03:04:04 +0300
committerMike Greiling <mike@pixelcog.com>2017-01-10 21:30:41 +0300
commit0e4aaa06d3a83f66a90a6f084efc8742a4221d5f (patch)
tree4f70b1c4755c491f5aa1806eb2af926404dcc8ce /.gitlab-ci.yml
parentee6de1d34f27fa4e60ab8a493d1b2d6ca997e91e (diff)
remove remaining vestiges of teaspoon test runner
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ebf165abf14..b8d2499f984 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -298,8 +298,7 @@ karma:
<<: *dedicated-runner
script:
- npm link istanbul
- - rake webpack:compile
- - npm run karma-start
+ - rake karma
artifacts:
name: coverage-javascript
expire_in: 31d