Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -55,6 +55,8 @@ clean shell runner: - docker-executor script: # Gitlab CI badges creation - pwd - ls -lR build - rm -rf build/* # # Pages Loading Loading @@ -95,6 +97,7 @@ create ci metrics: tags: - docker-executor script: - pwd - pip3 install junitparser #update coverage o the last release - pip3 install --upgrade coverage Loading @@ -110,7 +113,6 @@ create ci metrics: - coverage xml -i # rename file because bagdges creation looks for code-coverage.xml file - mv coverage.xml build/reports/code-coverage.xml - cp -R build public # Gitlab CI badges creation: START - ls -alR - apt-get -y update Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -55,6 +55,8 @@ clean shell runner: - docker-executor script: # Gitlab CI badges creation - pwd - ls -lR build - rm -rf build/* # # Pages Loading Loading @@ -95,6 +97,7 @@ create ci metrics: tags: - docker-executor script: - pwd - pip3 install junitparser #update coverage o the last release - pip3 install --upgrade coverage Loading @@ -110,7 +113,6 @@ create ci metrics: - coverage xml -i # rename file because bagdges creation looks for code-coverage.xml file - mv coverage.xml build/reports/code-coverage.xml - cp -R build public # Gitlab CI badges creation: START - ls -alR - apt-get -y update Loading