Loading csp-lmc-common/.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -75,9 +75,12 @@ build:csp-lmc-common_image: test:csp-lmc-common: extends: .test_common variables: PWD:$(pwd) stage: test_common script: - echo $(PWD) - cd $BUILD_PATH - echo $(PWD) - make test # Loading Loading
csp-lmc-common/.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -75,9 +75,12 @@ build:csp-lmc-common_image: test:csp-lmc-common: extends: .test_common variables: PWD:$(pwd) stage: test_common script: - echo $(PWD) - cd $BUILD_PATH - echo $(PWD) - make test # Loading