Commit 0557b2a8 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

fix_artifacts: still fixing linting stage

parent e5445991
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -78,8 +78,10 @@ test:csp-lmc-common:
  script:
    - cd $BUILD_PATH  
    - make test

      #
# linting stage
.linting:
  extends: .test_common
  stage: linting
  dependencies: []
  script:
@@ -91,8 +93,6 @@ test:csp-lmc-common:
linting:csp-lmc-common:
  extends: .linting
  dependencies: []
  variables:
      BUILD_PATH: csp-lmc-common/docker

#
# Publish csp-lmc-common python package
+1 −2
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ test:csp-lmc-mid:

# linting stage
.linting:
  extends: .test
  stage: linting
  dependencies: []
  script:
@@ -96,8 +97,6 @@ test:csp-lmc-mid:
linting:csp-lmc-mid:
  extends: .linting
  dependencies: []
  variables:
      BUILD_PATH: csp-lmc-mid/docker

#
# Publish csp-lmc-mid python package