Skip to content
Snippets Groups Projects
Commit 3fdf0968 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 ec933bd9
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ integration-tests:
- sleep 5
# CURL the config json to the integration service and store the response in the environment variable 'output'
- |
output=$(curl -k --header "Content-Type: multipart/form-data" --request POST -F "configFile=@integration-testing/config.json;type=application/json" https://datastrophe.science.uu.nl/integration-test/start)
output=$(curl -k --header "Content-Type: multipart/form-data" --request POST -F "configFile=@integration-testing/config.json;type=application/json" https://datastrophe.science.uu.nl/integration-test/start/)
- echo $output
# 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")
......
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