From 432856a32ce0a7777c48fa9070c26f3dc49cfcd7 Mon Sep 17 00:00:00 2001
From: Tomas Polakovic <tom.polakovic@gmail.com>
Date: Fri, 24 Jul 2020 17:40:06 -0500
Subject: [PATCH] Typo, I think

---
 .gitlab-ci.yml | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 454577c..55fbb4b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,5 @@
-image: eicweb.phy.anl.gov:4567/eic/npdet/npdet:latest 
+image: eicweb.phy.anl.gov:4567/eic/npdet/npdet:latest
+p
 
 default:
   artifacts:
@@ -115,13 +116,13 @@ roman_pot_nhits:
     - root -b -q trackers/simple_tracking.cxx+
   allow_failure: true
 
-roman_pot_eta:
-    stage: benchmarks
-    tags:
-        - sodium
-    script
-        - root -b -q trackers/roman_pot_hit_eta.cxx+
-    allow_failure: true
+roman_pot_nhits:
+  stage: benchmarks
+  tags:
+    - sodium
+  script:
+    - root -b -q trackers/roman_pot_hit_eta.cxx+
+  allow_failure: true
 
 zdc_benchmark:
   stage: benchmarks
-- 
GitLab