From cfa54915f59cbc3de400357a5d5b3340976853b7 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Mon, 20 Jul 2020 22:51:15 -0500
Subject: [PATCH] 	modified:   .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d00c1495..abf6542f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,7 @@ stages:
   - data_init
   - ci_gen
   - benchmarks
+  - deploy
     #  - simulate
     #- others
 
@@ -59,6 +60,11 @@ pid-pipeline:
       - artifact: results/pid_config.yml
         job: generate_config
 
+deploy_results:
+  stage: deploy
+  script:
+    - echo "deploy results!"
+
       #  artifacts:
       #    paths:
       #      - datasets
-- 
GitLab