Skip to content

Commit

Permalink
gitlab-ci: install dependencies via dnf
Browse files Browse the repository at this point in the history
Make them available system-wide, not only in user home - needed to call
some of the code via sudo in tests.
  • Loading branch information
marmarek committed Nov 26, 2020
1 parent 5e4b495 commit 8b321e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ checks:tests:
- short-living-job
- vm-runner
before_script:
# vim-common for xxd
- sudo dnf install -y lvm2 vim-common python3-lxml python3-docutils
- git clone https://github.com/QubesOS/qubes-core-qrexec ~/qubes-core-qrexec
- pip3 install --user --quiet -r ci/requirements.txt
# vim-common for xxd
- sudo dnf install -y lvm2 vim-common
script:
- PYTHONPATH=test-packages:~/qubes-core-qrexec ./run-tests
after_script:
Expand Down

0 comments on commit 8b321e8

Please sign in to comment.