Commit 79543b8f authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

Enable logs during test

parent 87f9c14e
Loading
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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

#
+1 −1
Original line number Diff line number Diff line
@@ -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; \