This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch jjardon/security-scanner in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit e84bf7326a7f8fc59120885dd87a4906f5af9096 Author: Javier Jardón <[email protected]> AuthorDate: Sat Nov 23 17:29:21 2019 +0900 WIP --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1923495..346c53c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,7 @@ variables: COVERAGE_PREFIX: "${CI_JOB_NAME}." before_script: + - cat /etc/os-release - apt-get update && apt-get install -y cython cython3 #####################################################
