Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ pages: COMMON_PATH: csp-lmc-common/docker MIDCSP_PATH: csp-lmc-mid/docker script: - pip3 install junitparser coverage - pip install junitparser coverage - cp -R $COMMON_PATH/build public - cp -R $MIDCSP_PATH/build public - mv $COMMON_PATH/build/csp-lmc-common_htmlcov/* public Loading csp-lmc-common/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ test:csp-lmc-common: - make test # # linting stage .linting: .linting_common: extends: .test_common stage: linting dependencies: [] Loading @@ -91,7 +91,7 @@ test:csp-lmc-common: - make lint linting:csp-lmc-common: extends: .linting extends: .linting_common dependencies: [] # Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ pages: COMMON_PATH: csp-lmc-common/docker MIDCSP_PATH: csp-lmc-mid/docker script: - pip3 install junitparser coverage - pip install junitparser coverage - cp -R $COMMON_PATH/build public - cp -R $MIDCSP_PATH/build public - mv $COMMON_PATH/build/csp-lmc-common_htmlcov/* public Loading
csp-lmc-common/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ test:csp-lmc-common: - make test # # linting stage .linting: .linting_common: extends: .test_common stage: linting dependencies: [] Loading @@ -91,7 +91,7 @@ test:csp-lmc-common: - make lint linting:csp-lmc-common: extends: .linting extends: .linting_common dependencies: [] # Loading