summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-14 10:41:38 -0600
committermo khan <mo@mokhan.ca>2025-03-14 10:41:38 -0600
commit71056c9d64144d20ee6fe62fca46348d485e87d1 (patch)
tree20e6cbcfcaa0e060602f73d6b7c1d2c19c019513 /.gitlab-ci.yml
parentb3958d65398ffa2ef4ad3ee236c77f940807584e (diff)
chore: update rubygems
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c93756..544b5b4 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