diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c8f2dc9760a0533979bb3653e299b8f2ba9d6ad..0c5ed128a1b1ce55201e5bbe08c52ce97c94d158 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: