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:
authorwinniehell <git@winniehell.de>2016-08-29 19:18:59 +0300
committerwinniehell <git@winniehell.de>2016-10-28 15:02:17 +0300
commit0f060bf4fccc3119dc4b7d6e296c2f0fc994bb4e (patch)
tree374a5157636eaa43b5f19e97937266d61ed3951f /.gitlab-ci.yml
parent8afc2873304bd7de759fe3abf63a46f1541b4dc6 (diff)
Replace static issue fixtures by script (!6059)
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 3f315550536..d04069df885 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -249,7 +249,7 @@ teaspoon:
- curl --silent --location https://deb.nodesource.com/setup_6.x | bash -
- apt-get install --assume-yes nodejs
- npm install --global istanbul
- - teaspoon
+ - rake teaspoon
artifacts:
name: coverage-javascript
expire_in: 31d