From a9f9d7aa16a03d22a3a66cfcfda1aa322e3012da Mon Sep 17 00:00:00 2001
From: Nico Vermaas <vermaas@astron.nl>
Date: Mon, 23 Nov 2020 12:15:51 +0100
Subject: [PATCH] CI/CD back to automatic

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19fc968..1eb90da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,6 @@ build-esap-gui:
       - CI= npm run build
       - ls
       - echo "Build successful"
-    when: manual
     artifacts:
         expire_in: 1 hour
         paths:
-- 
GitLab