Commit d23771d1 authored by Seb's avatar Seb
Browse files

apt-update b4 install

parent ac584ed5
...@@ -6,7 +6,8 @@ stages: ...@@ -6,7 +6,8 @@ stages:
.python_test: .python_test:
stage: test stage: test
script: script:
- apt-get install ffmpeg - apt-get update
- apt-get install -f ffmpeg
- python runtests.py - python runtests.py
head: head:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment