Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ pages: - docker-executor stage: pages variables: COMMON_PATH: csp-lmc-common/docker COMMON_PATH: csp-lmc-common/ MIDCSP_PATH: csp-lmc-mid/docker script: - pwd Loading @@ -80,6 +80,7 @@ pages: # path to all files is relative to the repository # that has been cloned during the build - cp -R $COMMON_PATH/build/ public - ls -l public - cp -R $MIDCSP_PATH/build/* public - ls -lR - junitparser merge public/reports/csp-lmc-common-unit-tests.xml public/reports/csp-lmc-mid-unit-tests.xml public/reports/unit-tests.xml Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ pages: - docker-executor stage: pages variables: COMMON_PATH: csp-lmc-common/docker COMMON_PATH: csp-lmc-common/ MIDCSP_PATH: csp-lmc-mid/docker script: - pwd Loading @@ -80,6 +80,7 @@ pages: # path to all files is relative to the repository # that has been cloned during the build - cp -R $COMMON_PATH/build/ public - ls -l public - cp -R $MIDCSP_PATH/build/* public - ls -lR - junitparser merge public/reports/csp-lmc-common-unit-tests.xml public/reports/csp-lmc-mid-unit-tests.xml public/reports/unit-tests.xml Loading