From 1e7e37154bb50d4a3df9620853bcee559181e4db Mon Sep 17 00:00:00 2001
From: Gervaise Henry <gervaise.henry@utsouthwestern.edu>
Date: Sun, 25 Apr 2021 19:47:50 -0500
Subject: [PATCH] Add temporary ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f4dd86..902b45f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,11 @@ stages:
   - test_stage
   - deploy_stage
 
+TEST:
+  stage: build_stage
+  script:
+    - pwd
+
 build.dev:
   stage: build_stage
   script:
-- 
GitLab