diff --git a/spack.yaml b/spack.yaml
index 43b12d467fd925a0a58fe1d65837ec87f72af0b1..008075be5fc3dbb82b1901902a5505ecedf0beb3 100644
--- a/spack.yaml
+++ b/spack.yaml
@@ -58,11 +58,9 @@ spack:
       - . "./spack/share/spack/setup-env.sh"
     # for default (env activate + ci rebuild) remove it
     script:
-      - env
-      - spack env activate --without-view ${SPACK_CONCRETE_ENV_DIR}
-      - ls -lisa ${SPACK_CONCRETE_ENV_DIR}
+      #- spack env activate --without-view ${SPACK_CONCRETE_ENV_DIR}
+      - spack env activate --without-view .
       - spack -d ci rebuild
-      - ls -lisa ${SPACK_CONCRETE_ENV_DIR}
-    enable-artifacts-buildcache: True
+    enable-artifacts-buildcache: False
     rebuild-index: True