diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11c113073afc352fbe88f238fee99a46486b3629..6098a1819a676e927383b461269b1e4c76c6269e 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