Skip to content
Snippets Groups Projects
Commit 68d172f1 authored by Darius Schneider's avatar Darius Schneider
Browse files

Update gitlab-ci.yml

parent 312731cc
Branches
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ variables: ...@@ -2,7 +2,7 @@ variables:
CI: "true" CI: "true"
RAILS_ENV: test RAILS_ENV: test
GEM_HOME: vendor/gems GEM_HOME: vendor/gems
BUNDLE_PATH: vendor/bundl BUNDLE_PATH: vendor/bundle
set_ruby_version: set_ruby_version:
stage: build stage: build
...@@ -100,7 +100,7 @@ rails_test_all: ...@@ -100,7 +100,7 @@ rails_test_all:
cache: cache:
when: always when: always
paths: paths:
- vendor/gem - vendor/gems
- vendor/bundle - vendor/bundle
artifacts: artifacts:
when: always when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment