Commit 3966355

mo khan <mo@mokhan.ca>
2025-03-14 16:19:28
chore: source mise activation and install bundler
1 parent 5b840c3
Changed files (1)
.gitlab-ci.yml
@@ -5,7 +5,9 @@ test:
     - curl https://mise.run | sh
     - ~/.local/bin/mise install
     - echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
+    - source ~/.bashrc
     - 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 install bundler
     - make