summarylogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b9c5e304cc60..e14af1a346bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,5 +26,5 @@ build-package:
- su notroot -c "git clone https://aur.archlinux.org/python-fusesoc.git"
- cd python-fusesoc
- su notroot -c "makepkg --noconfirm --syncdeps --rmdeps --install --clean"
- - fusesoc list-cores
+ - fusesoc -h
- python -c 'import fusesoc; print("All OK")'