Skip to content
Snippets Groups Projects
Commit aa105eb5 authored by nfontrod's avatar nfontrod
Browse files

.gitlab-ci.yml: add -y after apt-get install

parent 8747b80f
No related branches found
No related tags found
No related merge requests found
Pipeline #114 failed
......@@ -2,8 +2,8 @@ image: "python:3.8-slim"
before_script:
- apt-get update
- apt-get install libcurl-dev
- apt-get install zlib1g
- apt-get install -y libcurl-dev
- apt-get install -y zlib1g
- pip install coverage
- pip install matplotlib==3.1.2
- pip install pandas==1.0.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment