aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79f81e1..62c4d17 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,8 +44,8 @@ archlinux:
- "rustup install stable"
- "rustup default stable"
- "cargo install usvg"
- - "pip3 install --user git+https://git.jaseg.de/pcb-tools-extension.git"
- - "pip3 install --user gerbolyze --no-binary gerbolyze"
+ - "pip install --user git+https://git.jaseg.de/pcb-tools-extension.git"
+ - "pip install --user gerbolyze --no-binary gerbolyze"
- "gerbolyze --version"
source: