From c1695fd0e6bc64b4c0b50f25f409cf8d0dd99ecb Mon Sep 17 00:00:00 2001
From: giordano <domenico.giordano@cern.ch>
Date: Thu, 19 Sep 2019 16:02:47 +0200
Subject: [PATCH] adding test of parsers before any build

---
 .gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7222ea62..cf16a2ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,5 @@
 stages:
+- test-parsers
 - build-hepwlbuilder
 - test-hepwlbuilder
 - build-hepwl
@@ -220,3 +221,12 @@ job_build-lhcb-gen-sim:
     #- common/bmk-driver.sh
     #- common/Dockerfile.template
   <<: *build-hepwl-anchor
+
+###
+### Template for all the build jobs of hep-workloads containers
+###
+job_test-parsers:
+  image: $CI_REGISTRY_IMAGE/hep-workload-builder:latest
+  stage: test-parsers
+  script:
+  - ./cms/gen-sim/cms-gen-sim/test_parser.sh
-- 
GitLab