image: python stages: - tests - after-tests before_script: - pip install tox py3: stage: tests script: tox -e py3 py3-from-forge: stage: tests script: tox -e py3-from-forge check-manifest: stage: tests script: tox -e check-manifest trigger-other-pipelines: except: variables: - $TRIGGERED_FROM_OTHER_PROJECT stage: after-tests script: - curl -X POST -F "variables[TRIGGERED_FROM_OTHER_PROJECT]=true" -F token=$CUBICWEB_PIPELINE_TRIGGER_TOKEN -F ref=branch/default https://forge.extranet.logilab.fr/api/v4/projects/385/trigger/pipeline