python3
This commit is contained in:
parent
5610e811e6
commit
8eaa2d86b6
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ deadlines:
|
|||
- abgabesystem
|
||||
|
||||
script:
|
||||
- python abgabesystem.py deadline $CI_COMMIT_REF_NAME
|
||||
- python3 abgabesystem.py deadline $CI_COMMIT_REF_NAME
|
||||
|
||||
plagiates:
|
||||
stage: plagiates
|
||||
|
@ -26,7 +26,7 @@ plagiates:
|
|||
- abgabesystem
|
||||
|
||||
script:
|
||||
- python abgabesystem.py plagiates $CI_COMMIT_REF_NAME
|
||||
- python3 abgabesystem.py plagiates $CI_COMMIT_REF_NAME
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
|
@ -38,7 +38,7 @@ sync:
|
|||
- abgabesystem
|
||||
|
||||
script:
|
||||
- python abgabesystem.py sync
|
||||
- python3 abgabesystem.py sync
|
||||
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue