Commit 4e583dd6 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

fix_artifacts: try to fix linting stage.

parent 23f71b0b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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  
+2 −2
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ test:csp-lmc-common:
    - make test
      #
# linting stage
.linting:
  .linting_common:
  extends: .test_common
  stage: linting
  dependencies: []
@@ -91,7 +91,7 @@ test:csp-lmc-common:
    - make lint

linting:csp-lmc-common:
  extends: .linting
  extends: .linting_common
  dependencies: []

#