From 0115dc7ec88c2548586cbf7767aec9dbc9340345 Mon Sep 17 00:00:00 2001 From: Bo-Chun Chen <louistw@uab.edu> Date: Thu, 21 Mar 2024 22:56:05 -0500 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a0210e..9d27f83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,7 @@ build-job: # This job runs in the build stage, which runs first. deploy_job: + stage: deploy environment: name: dev script: -- GitLab