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 45e4f226b376..08a536b22dd3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,4 +23,4 @@ build-package:
- su notroot -c "git clone https://aur.archlinux.org/python-cocotb-bus.git"
- cd python-cocotb-bus
- su notroot -c "makepkg --noconfirm --syncdeps --rmdeps --install --clean"
- - python -c 'import cocotb-bus; print("All OK")'
+ - python -c 'import cocotb_bus; print("All OK")'