diff --git a/Jenkinsfile b/Jenkinsfile index 0f7c579..9b9fec7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -185,7 +185,7 @@ PY sh ''' set -eu apt-get update - apt-get install -y --no-install-recommends nodejs npm + apt-get install -y --no-install-recommends golang-go nodejs npm python -m testing.pegasus_gate report ''' } @@ -209,7 +209,7 @@ PY sh ''' set -eu apt-get update - apt-get install -y --no-install-recommends nodejs npm + apt-get install -y --no-install-recommends golang-go nodejs npm python -m testing.pegasus_gate enforce ''' }