summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-14 10:19:28 -0600
committermo khan <mo@mokhan.ca>2025-03-14 10:19:28 -0600
commit3966355ce60d9aa6a0f3a0fd0603d4ddb3c77d3f (patch)
tree7f3bef56ddb896157a0cc4d10ab25f6c9d14cce7
parent5b840c397068901b934516d9714aeabe1c3f38e6 (diff)
chore: source mise activation and install bundler
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 048ce8b5..5cb4f365 100644
--- a/.gitlab-ci.yml
+++ b/.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