Commit 3966355
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