Commit d16926d7 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

Try to resolve problem with test execution: dsconfig files are not found

parent 5bbad928
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -75,9 +75,12 @@ build:csp-lmc-common_image:

test:csp-lmc-common:
  extends: .test_common
  variables: PWD:$(pwd)
  stage: test_common
  script:
    - echo $(PWD)
    - cd $BUILD_PATH  
    - echo $(PWD)
    - make test

#