From 8b8d2991351a5294bdbbc7b9e5356d7dd9d8d19b Mon Sep 17 00:00:00 2001 From: Elisabetta Ronchieri <elisabetta.ronchieri@cnaf.infn.it> Date: Tue, 13 Mar 2018 16:16:15 +0100 Subject: [PATCH] Added the script key in the test job. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edcd3ba..5c12a37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ build: test: stage: test + script: # ngx_http_voms_module test - cp -r t /tmp - cd /tmp -- GitLab