diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9712186b37430c7d98dfba07540ba421e2142f58..d2024ef5782314a01948d36eb7b7fe4a22bf4188 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,16 +3,6 @@ stages:
   - build_pkg
   - upload
 
-build:src:
-  stage: build_src
-  image: "ai/build:base"
-  script: "build-dsc"
-  artifacts:
-    paths:
-      - build-deb/
-  only:
-    - master
-
 build:src-stretch:
   stage: build_src
   image: "ai/build:stretch"
@@ -23,18 +13,6 @@ build:src-stretch:
   only:
     - master
 
-build:pkg:
-  stage: build_pkg
-  image: "ai/build:base"
-  script: "build-deb"
-  dependencies:
-    - build:src
-  artifacts:
-    paths:
-      - output-deb/
-  only:
-    - master
-
 build:pkg-stretch:
   stage: build_pkg
   image: "ai/build:stretch"
@@ -47,15 +25,6 @@ build:pkg-stretch:
   only:
     - master
 
-upload:jessie:
-  stage: upload
-  image: "ai/pkg:base"
-  script: "upload-packages"
-  dependencies:
-    - build:pkg
-  only:
-    - master
-
 upload:stretch:
   stage: upload
   image: "ai/pkg:base"