Skip to content
Snippets Groups Projects
Commit ca70cf79 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Verify that test_cmds.sh detects test failure

Former-commit-id: 1e56a8f29df91ab954df1504c728c377451b4aad
parent b91cdd1f
No related branches found
No related tags found
No related merge requests found
......@@ -107,3 +107,27 @@ basic-pgms-orig-centos75:
tags:
- centos75
#
# verify that test_cmds.sh detects test failure
#
.verify-fails: &verify-fails
stage: test
script:
- ./cicd_tests/verify-fails.sh
verify-fails-ubuntu18:
<<: *verify-fails
tags:
- ubuntu18
verify-fails-ubuntu16:
<<: *verify-fails
tags:
- ubuntu16
verify-fails-centos75:
<<: *verify-fails
tags:
- centos75
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment