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