From 27ffa16fd2916de1305b042ab14c3105dec89783 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Tue, 3 Dec 2019 11:39:09 +0100
Subject: [PATCH] Fix typo

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c8f2dc9..0c5ed128 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,6 @@ stages:
   - integration_test
 
 before_script:
-   # make toil workdir
    - mkdir workdir
    - mkdir logs
 
@@ -71,7 +70,7 @@ losoto_abs:
 losoto_duplicate:
   stage: test_steps
   allow_failure: true
-  scripts:
+  script:
     - cwl-runner --no-container steps/LoSoTo.Duplicate.cwl test_jobs/losoto_duplicate.json
 
 losoto_plot:
-- 
GitLab