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

fix_artifacts: print pwd

parent 760588d8
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -55,6 +55,8 @@ clean shell runner:
    - docker-executor
  script:
    # Gitlab CI badges creation
    - pwd
    - ls -lR build
    - rm -rf build/*
#
# Pages
@@ -95,6 +97,7 @@ create ci metrics:
  tags:
    - docker-executor
  script:
    - pwd
    - pip3 install junitparser
      #update coverage o the last release
    - pip3 install --upgrade coverage     
@@ -110,7 +113,6 @@ create ci metrics:
    - coverage xml -i
     # rename file because bagdges creation looks for code-coverage.xml file
    - mv coverage.xml build/reports/code-coverage.xml
    - cp -R build public
    # Gitlab CI badges creation: START
    - ls -alR 
    - apt-get -y update