From c2e8bd5a4ce2f75099eb30d6098c4b9f4e4b667f Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Tue, 26 May 2020 18:38:01 -0500
Subject: [PATCH] 	new file:   .gitlab-ci.yml

---
 .gitlab-ci.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..8bb2ebc
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,11 @@
+stages:
+  - phase1
+
+build:
+  stage: phase1  
+  tags:
+     - sodium
+  script:
+     - echo "hello"
+     - uname -a
+     - host && pwd 
-- 
GitLab