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
|
- abgabesystem
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python abgabesystem.py deadline $CI_COMMIT_REF_NAME
|
- python3 abgabesystem.py deadline $CI_COMMIT_REF_NAME
|
||||||
|
|
||||||
plagiates:
|
plagiates:
|
||||||
stage: plagiates
|
stage: plagiates
|
||||||
|
@ -26,7 +26,7 @@ plagiates:
|
||||||
- abgabesystem
|
- abgabesystem
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python abgabesystem.py plagiates $CI_COMMIT_REF_NAME
|
- python3 abgabesystem.py plagiates $CI_COMMIT_REF_NAME
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
@ -38,7 +38,7 @@ sync:
|
||||||
- abgabesystem
|
- abgabesystem
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python abgabesystem.py sync
|
- python3 abgabesystem.py sync
|
||||||
|
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue