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 ec11c24abdaf105222e24f94219dbdedf263851f Author: Javier Jardón <[email protected]> AuthorDate: Sat Nov 23 17:13:58 2019 +0900 WIP --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 821d643..1923495 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,8 @@ variables: EXTERNAL_TESTS_COMMAND: "tox -e py{35,36,37}-external -- ${PYTEST_ARGS}" COVERAGE_PREFIX: "${CI_JOB_NAME}." +before_script: + - apt-get update && apt-get install -y cython cython3 ##################################################### # Test stage #
