Fix Bug 1493 repo generation from osm-packages
[osm/osmclient.git] / .gitlab-ci.yml
index faec2f5..1dcb1d5 100644 (file)
@@ -16,3 +16,9 @@ include:
   - project: 'devops/cicd'
     file: '/templates/osm-base.yml'
 
+# Due to requirements.txt having pycurl, we need to have libcurl present
+# in the scanning container so it can properly analyse it.
+gemnasium-python-dependency_scanning:
+  before_script:
+    - apt-get update -y
+    - DEBIAN_FRONTEND=noninteractive apt-get -y install libcurl4-openssl-dev