Skip to content
Snippets Groups Projects
Commit 6c64922f authored by Lars Beckers's avatar Lars Beckers
Browse files

fix gitlab CI config: install ripgrep

parent 8f2a7491
No related branches found
No related tags found
No related merge requests found
Pipeline #1292 failed
...@@ -8,7 +8,7 @@ variables: ...@@ -8,7 +8,7 @@ variables:
before_script: before_script:
- export LANG=en_US.UTF-8 - export LANG=en_US.UTF-8
- chmod o-w . - chmod o-w .
- apt-get -qq update && apt-get -qq install -y ansible-lint - apt-get -qq update && apt-get -qq install -y ansible-lint ripgrep
- ansible --version - ansible --version
- ansible-lint --version - ansible-lint --version
- yamllint --version - yamllint --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment