diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0407490..403b111 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,8 @@ variables: before_script: - rm Gemfile.lock + - bundle install + test: stage: test