olivier.massot 8 vuotta sitten
vanhempi
commit
0bbff17ead
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

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