We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50b8f94 + 9149b47 commit 24e5c7aCopy full SHA for 24e5c7a
.gitlab-ci.yml
@@ -1,15 +1,16 @@
1
checks:pylint:
2
before_script:
3
+ - sudo dnf install -y python3-pip
4
- pip install pylint
5
script:
6
- PYTHONPATH=test-packages python3 -m pylint qubeswhonix
7
stage: checks
8
include:
-- file: /r4.1/gitlab-base.yml
9
- project: QubesOS/qubes-continuous-integration
10
-- file: /r4.1/gitlab-dom0.yml
11
12
- file: /r4.2/gitlab-base.yml
13
project: QubesOS/qubes-continuous-integration
14
- file: /r4.2/gitlab-host.yml
15
+- file: /r4.3/gitlab-base.yml
+ project: QubesOS/qubes-continuous-integration
+- file: /r4.3/gitlab-host.yml
16
0 commit comments