Commit 41efe127 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

Test gitlab-gi configuration with changes.

parent 987ca4fe
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -32,6 +32,10 @@ build:csp-lmc-common_pkg_dev: # Executed on a commit
  extends: .build_python_dev_common
  variables:
    BUILD_PATH: csp-lmc-common
  only:
   changes:
     "**/*.py"


build:csp-lmc-common_pkg:
  extends: .build_python_release_common
@@ -78,10 +82,8 @@ test:csp-lmc-common:
  script:
    - echo $CI_PROJECT_DIR
    - echo $GIT_CLONE_PATH
    - echo $CI_PROJECT_PATH
    - pwd
    - cd $BUILD_PATH      
    - echo $CI_PROJECT_PATH
    - echo $GIT_CLONE_PATH
    - pwd
    - make test
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ services:
      - TANGO_HOST=${TANGO_HOST}
    command: >
      sh -c "wait-for-it.sh ${TANGO_HOST} --timeout=60 --strict --
             json2tango -w -a -u csplmc/csp-lmc-common/docker/config/csplmc_dsconfig.json && sleep infinity"
             json2tango -w -a -u csplmc/csplmc_dsconfig.json && sleep infinity"
    volumes:
      - .:/csplmc