Skip to content
Snippets Groups Projects
Commit 48d32c10 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

try to install gcc in every before script to prevent pip install to fail

parent 1bb2ed6f
No related branches found
No related tags found
No related merge requests found
Pipeline #80127 failed
......@@ -23,7 +23,7 @@ variables:
# before script copied from gitlab docs
before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client gcc -y )'
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment