gitlab-ci: ensure python3 is installed for testing
This commit is contained in:
parent
25b41444a9
commit
678e68a468
@ -26,7 +26,7 @@ test:
|
||||
stage: test
|
||||
before_script:
|
||||
- pacman --noconfirm -Sy
|
||||
- pacman --noconfirm -S cmake
|
||||
- pacman --noconfirm -S cmake python3
|
||||
script:
|
||||
- cd build
|
||||
- ctest -vvv
|
||||
|
Loading…
Reference in New Issue
Block a user