diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8c2b538c6f0eb2305dececf0be50a953610e6fd..a000bdde342d06fe5cda8bd5d9f93071ed2a2d9e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,11 +16,11 @@ before_script:
     - md5sum -c Python-3.7.0.tgz.md5sum
     
     # Preparing the sources
-    - tar -xvf Python-3.7.0.tgz
+    - tar -xf Python-3.7.0.tgz
     - cd Python-3.7.0
     
     # Compiling Python 3.7
-    - ./configure --enable-shared
+    - ./configure --enable-shared --with-ssl-default-suites=openssl
     - make
     - make install