olivier.massot il y a 8 ans
Parent
commit
0bbff17ead
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -2,7 +2,7 @@ tests:
   stage: test
   script:
   - cd .\tests
-  - python .\\tests\\test.py
+  - python test.py
   artifacts:
     paths:
       - tests\\results