stages: [testing] image: docker:latest variables: CONTAINER_TAG: latest GIT_STRATEGY: clone behat_testing: stage: testing image: gitlab.office.databay.de:5005/docker/ci-toolbox:latest tags: - build allow_failure: true script: - wget -O result https://octopus.office.databay.de/run/$GITLAB_USER_EMAIL?url=https://gitlab.databay.de/tuev-nord/ilias-kiosk-behat-octopus/raw/master/octopus.yaml - if [ $(cat result) = "0" ]; then exit 0; fi;cat result; exit 1;