diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ec2dbc768453bc0c2486a25261a96d2f22086fb..05260f15f70f698a7dc06b19a79ba865f893951c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,5 @@ behat_testing: image: gitlab.office.databay.de:5005/docker/ci-toolbox:latest tags: [docker] script: - - wget -q -O - https://octopus.office.databay.de/octopus.yaml - wget -O result https://octopus.office.databay.de/run/$GITLAB_USER_EMAIL?url=https://gitlab.databay.de/Octopus/octopus-self-test/raw/master/octopus.yaml - - cat result - - if [ $(cat result) = "1" ]; then exit 1; fi; exit 0; + - if [ $(cat result) = "0" ]; then exit 0; fi;cat result; exit 1;