Hi All,

I am new to Gitlab, Trying to implement CICD for a python project. Here i 
am not using docker image 
I am shell and trying to build on a Normal VM machine

i have defined 2 stages as below in .gitlab-ci.yml

stages:
 -test
 -coverage

Some test cases are failing but i am using allow_failure: true to go to the 
next stage
when i am trying to upload the coverage result to sonarqube the result on 
sonarqube is empty as sonar-scanner is not able to find coverage.xml file

The reason is gitlabl is cloning repository for each stage. Is there a way 
to overcome this 

Thanks in advance
ctr


-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/78a8578c-4c2d-4c22-b42d-f33443d66a76%40googlegroups.com.

Reply via email to