Browse Source

fix gitlab ci

Olivier Massot 4 years ago
parent
commit
022b83580c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -25,7 +25,7 @@ unit_otcore:
 
   artifacts:
     paths:
-      ./ot_core/coverage/
+      - ./ot_core/coverage/
     when: always
     reports:
       junit: coverage/junit-report.xml