summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/platform-ci/ci-build.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/platform-ci/ci-build.sh b/tests/platform-ci/ci-build.sh
index abc5fec8..b02fe89d 100755
--- a/tests/platform-ci/ci-build.sh
+++ b/tests/platform-ci/ci-build.sh
@@ -178,10 +178,13 @@ case "$CI_JOB_NAME" in
TAG='demovpn'
run bitmask ssh://gitolite@leap.se/bitmask
;;
- *)
+ deploy_test*)
build_from_scratch
deploy
test
cleanup
;;
+ *)
+ fail "Don't know what to do for \$CI_JOB_NAME \"$CI_JOB_NAME\"!"
+ ;;
esac