Skip to content
Snippets Groups Projects
Commit 7c5b8100 authored by Heijden,T.A.J. van der (Thijs)'s avatar Heijden,T.A.J. van der (Thijs)
Browse files

Update .gitlab-ci.yml

parent 3b23fa7a
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ integration-tests:
# Count the number of occurences of the word FAIL in the output, if this is 1 then the test has failed
- count=$(echo $output | grep -c "FAIL")
- echo $count
- if [[ $count = 1 ]]; then exit 1; else exit 0; fi
- if [[ $count == 1 ]]; then exit 1; else exit 0; fi
dependencies: []
deploy:
......
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