NOTIFY_ADDRESS: 'frank.brehm@pixelpark.com'
SENDER_ADDRESS: 'gitlab-ci@pixelpark.com'
SSH_PRIV_KEY_YUM_REPO: 'nada'
+ UHU: 'in gitlab/create-all.yaml'
USED_TIMEZONE: 'Europe/Berlin'
VERSION_PREFIX: 'unknown'
YUM_REPO_GPG_ID: 'C0E73F70'
script:
- pip install --upgrade --upgrade-strategy eager pytest
- pip list --format columns
+ - echo; echo "Content of variable '\$UHU': '${UHU}'."; echo
- pytest --verbose
# vim: et tabstop=2 expandtab shiftwidth=2 softtabstop=2 list
- local: /gitlab/python-setup-template.yaml
- local: /gitlab/python-test-template.yaml
+variables:
+ UHU: 'in gitlab/python-tests.yaml'
+
# ---------------------------
test Python 3.6:
extends: