diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcec6c4bb50ffd9a25203c70abc5973a551041fd..4adbb50101d531ab77ba86825136a3eb898e3efc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,10 +27,12 @@ build_image:
     # - yum -y install redhat-lsb # This doesn't exist in the main release!
     # --disablerepo=epel redhat-lsb redhat-lsb-core 
     - mkdir build
-    - cd build
+    - pwd
+    - ls
+    #- cd build
     # See if we can run this as the payload to a container
-    - set +e && export ALRB_CONT_RUNPAYLOAD="asetup --input=../../calypso/asetup.faser Athena,24.0.41; cmake ../../calypso; make -j 3" && set -e
-    - set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -c alma9; set -e
+    - set +e && export ALRB_CONT_RUNPAYLOAD="asetup --input=../calypso/asetup.faser Athena,24.0.41; cd build; cmake ../../calypso; make -j 3" && set -e
+    - set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -c alma9 && set -e
     #- set +e && asetup --input=../../calypso/asetup.faser Athena,24.0.41; set -e
     #- cmake ../../calypso
     #- make -j 3
diff --git a/PhysicsAnalysis/NtupleDumper/src/NtupleDumperAlg.cxx b/PhysicsAnalysis/NtupleDumper/src/NtupleDumperAlg.cxx
index dad71189889bde721c448ccc0c522d409c7dc1a3..470d836b0f72edc3f2d6e76e481a166dde6777c4 100644
--- a/PhysicsAnalysis/NtupleDumper/src/NtupleDumperAlg.cxx
+++ b/PhysicsAnalysis/NtupleDumper/src/NtupleDumperAlg.cxx
@@ -1033,7 +1033,7 @@ StatusCode NtupleDumperAlg::execute(const EventContext &ctx) const
         //       m_truthM_y.push_back(999999);
         //       m_truthM_z.push_back(999999);
         //     }
-        //   }
+	  }
 
           if ( particle->pdgId() == 11) { // daughter particle (electron) 
             m_truthd0_P.push_back(particle->p4().P());