Skip to content

Commit 5b79f18

Browse files
authored
Update .gitlab-ci.yml
1 parent e8d6f08 commit 5b79f18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ test:debian:
88
stage: test
99
script:
1010
- apt-get update -qy
11-
- apt-get upgrade -qy
12-
- apt-get install python3-setuptools -qy
11+
- apt-get install python3-setuptools ca-certificates -qy
1312
- python3 setup.py test
1413
tags:
1514
- debian

0 commit comments

Comments
 (0)