From c902bae9d663a6d42912253f93c13e1273d10d43 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Mon, 1 Jun 2020 14:26:24 -0500
Subject: [PATCH] Added build to ci 	modified:   .gitlab-ci.yml

---
 .gitlab-ci.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 11c1130..6098a18 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,10 +2,11 @@ stages:
   - phase1
 
 build:
+  image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest 
   stage: phase1  
   tags:
-     - sodium
+     - sodium dind
   script:
-     - echo "hello"
-     - uname -a
+     - mkdir build && cd build && cmake ../. && make -j30 
+     - ls -lrth
      - hostname && pwd 
-- 
GitLab