Loading csp-lmc-common/.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -78,8 +78,10 @@ test:csp-lmc-common: script: - cd $BUILD_PATH - make test # # linting stage .linting: extends: .test_common stage: linting dependencies: [] script: Loading @@ -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 Loading csp-lmc-mid/.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -85,6 +85,7 @@ test:csp-lmc-mid: # linting stage .linting: extends: .test stage: linting dependencies: [] script: Loading @@ -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 Loading Loading
csp-lmc-common/.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -78,8 +78,10 @@ test:csp-lmc-common: script: - cd $BUILD_PATH - make test # # linting stage .linting: extends: .test_common stage: linting dependencies: [] script: Loading @@ -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 Loading
csp-lmc-mid/.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -85,6 +85,7 @@ test:csp-lmc-mid: # linting stage .linting: extends: .test stage: linting dependencies: [] script: Loading @@ -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 Loading