diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
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 |
