CI: install python2

This commit is contained in:
Felipe M 2019-11-28 16:45:16 +00:00
parent c28c04002e
commit e4f152ac19

View file

@ -5,7 +5,7 @@ variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
before_script: before_script:
- pacman -Syu python-pip nodejs npm make --noconfirm - pacman -Syu python-pip nodejs npm python2 make --noconfirm
cache: cache:
paths: paths: