olivier.massot 8 年之前
父节点
当前提交
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