diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f62e9a0eef503c16d209fc2b218955595b5f42a..86c4ee58f6831ac8c968251a17dd20004198d0f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,15 +10,16 @@ bundle install: - echo "test" > cache/test2 - ls -la cache/ stage: build - cache: + artifacts: paths: - cache/ + expire_in: 20 minutes + test syntax: image: ruby:2.2 stage: test script: - ls -la cache/ - cache: - paths: - - cache/ + dependencies: + - bundle install \ No newline at end of file