From 7abd35d02c5e099ad9cff0fa6d2925b41b413600 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 15 Sep 2020 15:18:03 -0600 Subject: chore: install git --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ddba71..6e34173 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ e2e: services: - docker:stable-dind script: - - git submodule upate --init --recursive - - apk add ruby ruby-bundler ruby-json + - apk add git ruby ruby-bundler ruby-json + - git submodule update --init --recursive - bundle install - bundle exec rspec -- cgit v1.2.3