summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-11-24 23:59:10 +0100
committerMatěj Cepl <mcepl@cepl.eu>2019-11-24 23:59:10 +0100
commit1e9e9d674d80681e11f25c3546882f8d53698cb1 (patch)
treeca648c45b85e7d3a87567d6475e5eec1cf7b2140 /.gitlab-ci.yml
parent00988b7367744c6dd02568913f2e2a0d89716cae (diff)
downloadm2crypto-1e9e9d674d80681e11f25c3546882f8d53698cb1.tar.gz
Update Debian/stable SSL as well
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d7229e7..995a721 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ python27:
when: always
script:
- apt-get update -q -y
- - apt-get install -y swig libssl1.0-dev python-dev openssl python-twisted python-setuptools
+ - apt-get install -y swig libssl-dev python-dev openssl python-twisted python-setuptools
- python setup.py clean build test
python35: