Loading csp-lmc-common/.gitlab-ci.yml +0 −8 Original line number Diff line number Diff line Loading @@ -70,19 +70,11 @@ build:csp-lmc-common_image: artifacts: paths: - build variables: BUILD_PATH: csp-lmc-common/docker test:csp-lmc-common: extends: .test_common variables: PWD: $(pwd) stage: test_common script: - echo $(PWD) - echo $CI_PROJECT_DIR - cd $BUILD_PATH - echo $(PWD) - make test # Loading csp-lmc-common/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ test: build up ## test the application $(call make,test); \ status=$$?; \ rm -fr build; \ #docker-compose $(COMPOSE_FILE_ARGS) logs; docker-compose $(COMPOSE_FILE_ARGS) logs; docker cp $(BUILD):/build .; \ docker rm -f -v $(BUILD); \ $(MAKE) down; \ Loading Loading
csp-lmc-common/.gitlab-ci.yml +0 −8 Original line number Diff line number Diff line Loading @@ -70,19 +70,11 @@ build:csp-lmc-common_image: artifacts: paths: - build variables: BUILD_PATH: csp-lmc-common/docker test:csp-lmc-common: extends: .test_common variables: PWD: $(pwd) stage: test_common script: - echo $(PWD) - echo $CI_PROJECT_DIR - cd $BUILD_PATH - echo $(PWD) - make test # Loading
csp-lmc-common/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ test: build up ## test the application $(call make,test); \ status=$$?; \ rm -fr build; \ #docker-compose $(COMPOSE_FILE_ARGS) logs; docker-compose $(COMPOSE_FILE_ARGS) logs; docker cp $(BUILD):/build .; \ docker rm -f -v $(BUILD); \ $(MAKE) down; \ Loading