diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4134a73..01ad1c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,11 @@ stages:
   - deadlines
   - plagiates
 
+before_script:
+  - cp python-gitlab.cfg $HOME/.python-gitlab.cfg
+  - echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg
+  - pip install -r requirements.txt
+
 create_tags:
   image: python:3
   stage: deadlines
@@ -12,7 +17,4 @@ create_tags:
     - abgabesystem
 
   script:
-    - cp python-gitlab.cfg $HOME/.python-gitlab.cfg
-    - echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg
-    - pip install -r requirements.txt
-    - python abgabesystem.py deadlines
+    - python abgabesystem.py deadlines
\ No newline at end of file
diff --git a/config.yml b/config.yml
index c1b9e09..028481b 100644
--- a/config.yml
+++ b/config.yml
@@ -11,6 +11,10 @@ courses:
         tag: test
         time: !!timestamp 2018-04-18
         ref: master
+      - !!python/object:abgabesystem.Deadline
+        tag: blatt1
+        time: !!timestamp 2018-04-29
+        ref: master
   - !!python/object:abgabesystem.Course
     name: Programmieren 2
     base: programmieren_2_solutions