From e19995fc165a0b5638aaecd92f97af0b858b8abc Mon Sep 17 00:00:00 2001 From: Valentin Reis Date: Tue, 26 Feb 2019 13:54:21 -0600 Subject: [PATCH] [ci] enables application progress report testing on gitlab CI --- .gitlab-ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4f1c3d..6e753ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,11 @@ stages: - quality - build - test + - applications include: - - https://xgitlab.cels.anl.gov/argo/argopkgs/raw/master/gitlab-ci/argonix.yml - - https://xgitlab.cels.anl.gov/argo/argopkgs/raw/master/gitlab-ci/components.yml - - https://xgitlab.cels.anl.gov/argo/argopkgs/raw/master/gitlab-ci/integration.yml - - https://xgitlab.cels.anl.gov/argo/argopkgs/raw/master/gitlab-ci/repoquality.yml + - https://xgitlab.cels.anl.gov/argo/argopkgs/raw/master/gitlab-ci/argonix.yml + - https://xgitlab.cels.anl.gov/argo/argopkgs/raw/master/gitlab-ci/components.yml + - https://xgitlab.cels.anl.gov/argo/argopkgs/raw/master/gitlab-ci/integration.yml + - https://xgitlab.cels.anl.gov/argo/argopkgs/raw/master/gitlab-ci/repoquality.yml + - https://xgitlab.cels.anl.gov/argo/argopkgs/raw/master/gitlab-ci/applications.yml -- 2.22.0