提交 2422347f 创建 作者: 王晓庆's avatar 王晓庆

更新 .gitlab-ci.yml

上级 c26945f1
......@@ -11,6 +11,9 @@ case1:
stage: case1
<<: *codecode-runner
script:
- wget https://bootstrap.pypa.io/get-pip.py
- python get-pip.py
- pip -V
- pip install python3
- python3 testdb.py > ci_output.txt
- diff ci_output.txt user_output.txt -b -B -i
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论