Skip to content
Snippets Groups Projects
Commit 9a02c1cb authored by ale's avatar ale
Browse files

Add some packages that are necessary to build

parent 33363939
No related branches found
No related tags found
No related merge requests found
Pipeline #54060 failed
...@@ -9,6 +9,8 @@ run_tests: ...@@ -9,6 +9,8 @@ run_tests:
stage: test stage: test
image: registry.git.autistici.org/ai3/docker/test/python:master image: registry.git.autistici.org/ai3/docker/test/python:master
script: script:
- apt-get -q update
- env DEBIAN_FRONTEND=noninteractive apt-get install -qy --no-install-recommends libgirepository1.0-dev libcairo2-dev
- tox - tox
artifacts: artifacts:
when: always when: always
......
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