diff options
author | 2018-06-06 16:59:33 +0100 | |
---|---|---|
committer | 2018-06-06 16:59:33 +0100 | |
commit | d9d6c1efb543acdef1e736cf45d935e2c3eab849 (patch) | |
tree | 358f211e12a0d3c705563bc1cfe4e72284ff31ce /.gitlab-ci.yml | |
parent | [CI] Improve performance by configuring jobs better (diff) |
[CI] Documentation is a fine thing
Diffstat (limited to '')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6a55184..9fd965f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,8 @@ test: alias: rethinkdb cache: - - ".venv" + paths: + - ".venv" script: - apk add --update ruby ruby-dev ruby-rdoc ruby-irb |