Commit 3bca3807 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

k8s-configuration: try to fix failure in test execution

parent fe204bd7
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -75,8 +75,10 @@ test:csp-lmc-common:
  stage: test_common
  script:
    - cd $COMMON_BUILD_PATH  
    - ls -alR
    - python3 -m pip install -r requirements-tst.txt
    - python3 -m pip install --extra-index-url https://nexus.engageska-portugal.pt/repository/pypi/simple -r requirements.txt 
    - pip list
    - python3 setup.py test |tee setup_py_test.stdout
    - mkdir -p /build/reports
    - mv /app/setup_py_test.stdout /build/csp-lmc-common-setup-test.stdout