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.
1 parent e8d6f08 commit 5b79f18Copy full SHA for 5b79f18
.gitlab-ci.yml
@@ -8,8 +8,7 @@ test:debian:
8
stage: test
9
script:
10
- apt-get update -qy
11
- - apt-get upgrade -qy
12
- - apt-get install python3-setuptools -qy
+ - apt-get install python3-setuptools ca-certificates -qy
13
- python3 setup.py test
14
tags:
15
- debian
0 commit comments