From 678e68a468934159bee774df726a6b90638a2f8e Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 23 Jul 2018 13:47:00 +1000 Subject: [PATCH] gitlab-ci: ensure python3 is installed for testing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b046706..1f07f3f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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