Commit 4511d614 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

CT-147: csp-lmc-common files used for metrics moved from docker/build to build.

parent 1f7b4430
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
@@ -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