Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2021-12-19 14:16:19 +0300
committerlovetox <philipp@hoerist.com>2021-12-19 14:16:19 +0300
commitaf797a0551a5f5f918ffe607522fb1b0ab896e15 (patch)
tree68c4a6928fddcb8cab01dddd20ee353ee35e3e34 /.gitlab-ci.yml
parente0015d575721f1193362d43113cd7d9d38eba78f (diff)
Update .gajim-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 891c0d78b..f39acfcea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,10 +9,10 @@ pyright:
stage: test
script:
- pip3 install -I git+https://dev.gajim.org/gajim/gi-stubs.git
- - sudo npm install pyright
+ - npm install pyright
- python3 -V
- - pyright --version
- - pyright
+ - $(npm bin)/pyright --version
+ - $(npm bin)/pyright
interruptible: true
allow_failure: false