From 2b860e62ae8055168b5890c1d7357bcab5f047dd Mon Sep 17 00:00:00 2001
From: Fabrice Le Goff <fabrice.le.goff@cern.ch>
Date: Wed, 7 Mar 2018 17:58:39 +0100
Subject: [PATCH] make gitlab CI pass

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba1bc4c..211fcbb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@
 #
 ci_trigger:
    image: gitlab-registry.cern.ch/atlas-tdaq-software/tdaq_ci:trigger
-   script: ""
+   script: "true"
    tags:
         - tdaq
    variables:
@@ -17,7 +17,7 @@ ci_trigger:
 # You should not have to modify the following
 ci_build:
    image: $TDAQ_CI_IMAGE
-   script: ""
+   script: "true"
    tags:
         - tdaq
    only:
-- 
GitLab