aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/ci.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm
index a7ed733bb5..5548d9560e 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -544,9 +544,7 @@ Return #f if no such checkout is found."
(package->job store package
system))))
(append (filter-map job all)
- ;; Disable until
- ;; https://issues.guix.gnu.org/44952 is fixed.
- ;(image-jobs store system)
+ (image-jobs store system)
(system-test-jobs store system
#:source source
#:commit commit)