diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f3f45c..01ad1c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ stages: - - sync - deadlines - plagiates @@ -18,16 +17,4 @@ create_tags: - abgabesystem script: - - python abgabesystem.py deadlines - -sync_students: - image: python:3 - stage: sync - only: - - master - - tags: - - abgabesystem - - script: - - python abgabesystem.py sync \ No newline at end of file + - python abgabesystem.py deadlines \ No newline at end of file