diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c93756f..544b5b45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,5 +10,6 @@ test: - echo '127.0.0.1 api.example.com' >> /etc/hosts - echo '127.0.0.1 idp.example.com' >> /etc/hosts - echo '127.0.0.1 ui.example.com' >> /etc/hosts + - gem update --system - gem install bundler - make |
