Skip to content
.gitlab-ci.yml 476 B
Newer Older
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: [docker]
  allow_failure: true
  script:
    - wget -O result https://octopus.databay.de/run/$GITLAB_USER_EMAIL?url=https://gitlab.databay.de/Octopus/Routing-Plugin-Behat/raw/master/octopus.yaml
    - if [[ $(cat result) == "0" ]]; then exit 0; fi;cat result; exit 1;