Skip to content
Snippets Groups Projects
Commit e3b3296c authored by Henke's avatar Henke
Browse files

Always use -y flag when doing non-interactive things

parent 5b3ee2ca
Branches
Tags
No related merge requests found
Pipeline #
image: ubuntu image: ubuntu
before_script: before_script:
- apt-get update && apt-get upgrade - apt-get update -y && apt-get upgrade -y
- apt-get install python3-virtualenv - apt-get install -y python3-virtualenv
mytestrunner: mytestrunner:
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment