From 35e67457de917aceca3b602a8ca309b196b4d6ce Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 1 Jun 2020 14:53:52 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c14ac4..4a36e55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,6 @@ build: image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest stage: phase1 tags: - - sodium dind + - sodium script: - mkdir build && cd build && cmake ../. && make -j40 -- GitLab