diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c1959704254a3f0db61e518d4fd40246e7eee5a3..4dd3db327ea47b57171c2022acfa4043a4951e2e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,7 @@ deploy-build-environment:
     # if spack install has failed, fail the pipeline
     - if [ $(cat log.txt |grep "Error:"|wc -l) -gt 1 ]; then exit 1;fi;
     # delete the job from OpenShift as we have the logs here
-    #- oc delete job simplejob${CI_PIPELINE_ID} || true
+    - oc delete job simplejob${CI_PIPELINE_ID} || true
   tags:
     - shell-runner