Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2020-12-03 01:46:16 +0300
committerSusan Tacker <stacker@gitlab.com>2020-12-03 01:46:16 +0300
commit30442749685c5f2f819ddff22b341bcc8b74ad31 (patch)
tree8e8fde7a685ca376856a4b71c533941a7a6eeed1 /.gitlab-ci.yml
parent93f0237d681ed27ddf6fcb6641db11f4a928a29f (diff)
Convert product tier badges to GitLab SVGs
Also updates tests and CI configuration to support tests.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d7591b0d..12f1713f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -204,10 +204,11 @@ test_internal_links_and_anchors:
rspec:
extends:
- .rules_site_tests
- - .cache_gem
+ - .cache_gem_yarn
needs: []
stage: test
script:
+ - yarn install --cache-folder .yarn-cache
- bundle exec rspec
#