From 018879796a64d10e7301bd729246f0c1fc046788 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Mon, 23 Aug 2021 03:30:31 +0000
Subject: [PATCH] Update .gitlab-ci.yml

(cherry picked from commit 7a36c46e8f9e82d225d94114040ce6328ad537dc)
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e7c54d39..2fc71e116 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,8 +3,8 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
 variables:
   ## Application versions used for the main release ## note: nightly builds will always use the master branch
   JUGGLER_VERSION: "v3.2.0"
-  NPDET_VERSION: "v0.8.0"
-  EICD_VERSION: "v0.6.0"
+  NPDET_VERSION: "v0.7.0"
+  EICD_VERSION: "v0.7.0"
   DETECTOR_VERSION: "acadia-v1.0-alpha"
   IP6_VERSION: "v0.4.0"
 
-- 
GitLab