Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ clean shell runner: script: # Gitlab CI badges creation - pwd - ls -lR build - ls -lR - rm -rf build/* # # Pages Loading @@ -69,6 +69,7 @@ pages: COMMON_PATH: csp-lmc-common/docker MIDCSP_PATH: csp-lmc-mid/docker script: - pwd - pip3 install junitparser #update coverage o the last release - pip3 install --upgrade coverage Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ clean shell runner: script: # Gitlab CI badges creation - pwd - ls -lR build - ls -lR - rm -rf build/* # # Pages Loading @@ -69,6 +69,7 @@ pages: COMMON_PATH: csp-lmc-common/docker MIDCSP_PATH: csp-lmc-mid/docker script: - pwd - pip3 install junitparser #update coverage o the last release - pip3 install --upgrade coverage Loading