diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index befff4fdbc37c5999ce27274b1eea856d6598acb..6c404f68c4708155dd687c990d116aa78ff502a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,37 +65,31 @@ target:ar71xx-generic:
   extends: .target
   variables:
     GLUON_TARGET: ar71xx-generic
-    BROKEN: ""
  
 target:ar71xx-tiny:
   extends: .target
   variables:
     GLUON_TARGET: ar71xx-tiny
-    BROKEN: ""
  
 target:ar71xx-nand:
   extends: .target
   variables:
     GLUON_TARGET: ar71xx-nand
-    BROKEN: ""
  
 target:ath79-generic:
   extends: .target
   variables:
     GLUON_TARGET: ath79-generic
-    BROKEN: ""
  
 target:brcm2708-bcm2708:
   extends: .target
   variables:
     GLUON_TARGET: brcm2708-bcm2708
-    BROKEN: ""
  
 target:brcm2708-bcm2709:
   extends: .target
   variables:
     GLUON_TARGET: brcm2708-bcm2709
-    BROKEN: ""
  
 target:brcm2708-bcm2710:
   extends: .target
@@ -107,85 +101,71 @@ target:ipq40xx-generic:
   extends: .target
   variables:
     GLUON_TARGET: ipq40xx-generic
-    BROKEN: ""
  
 target:ipq806x-generic:
   extends: .target
   variables:
     GLUON_TARGET: ipq806x-generic
-    BROKEN: ""
  
 target:lantiq-xrx200:
   extends: .target
   variables:
     GLUON_TARGET: lantiq-xrx200
-    BROKEN: ""
  
 target:lantiq-xway:
   extends: .target
   variables:
     GLUON_TARGET: lantiq-xway
-    BROKEN: ""
  
 target:mpc85xx-generic:
   extends: .target
   variables:
     GLUON_TARGET: mpc85xx-generic
-    BROKEN: ""
  
 target:mpc85xx-p1020:
   extends: .target
   variables:
     GLUON_TARGET: mpc85xx-p1020
-    BROKEN: ""
  
 target:ramips-mt7620:
   extends: .target
   variables:
     GLUON_TARGET: ramips-mt7620
-    BROKEN: ""
  
 target:ramips-mt7621:
   extends: .target
   variables:
     GLUON_TARGET: ramips-mt7621
-    BROKEN: ""
  
 target:ramips-mt76x8:
   extends: .target
   variables:
     GLUON_TARGET: ramips-mt76x8
-    BROKEN: ""
  
 target:ramips-rt305x:
   extends: .target
   variables:
     GLUON_TARGET: ramips-rt305x
-    BROKEN: ""
  
 target:sunxi-cortexa7:
   extends: .target
   variables:
     GLUON_TARGET: sunxi-cortexa7
-    BROKEN: ""
  
 target:x86-generic:
   extends: .target
   variables:
     GLUON_TARGET: x86-generic
-    BROKEN: ""
  
 target:x86-geode:
   extends: .target
   variables:
     GLUON_TARGET: x86-geode
-    BROKEN: ""
  
 target:x86-64:
   extends: .target
   variables:
     GLUON_TARGET: x86-64
-    BROKEN: ""
 
 package:
   stage: package