olivier.massot 8 лет назад
Родитель
Сommit
0bbff17ead
1 измененных файлов с 1 добавлено и 1 удалено
  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