From 187dbd94b0c72db46f5ca7b65af1c5042d1419b4 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sun, 28 Feb 2021 22:24:06 -0600 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd83b0cc..4b729a04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ default: stages: - data_init - # - ci_gen + - initialize - simulate - benchmarks - deploy @@ -46,6 +46,7 @@ detector: script: - ./util/print_env.sh - ./util/build_detector.sh + - ./util/print_env.sh - mkdir -p results - mkdir -p config -- GitLab