diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b7d2133e736db560212761ac341a1fa500391f92..28321b70dd2066dbb16caf4ce2a157f81680118e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -239,9 +239,8 @@ NSHM Tests:
       - CMD: testConus2023
       - CMD: testHawaii2021
   script:
-    - CI_RUNNER_MEMORY="$(awk '/MemTotal/ {printf( "%d\n", $2 / 1024 / 1024 * .90 )}' /proc/meminfo)"
+    - CI_RUNNER_MEMORY="$(awk '/MemTotal/ {printf( "%d\n", $2 / 1024 / 1024 * .90 )}' /proc/meminfo)g"
     - export CI_RUNNER_MEMORY
-    - echo "${CI_RUNNER_MEMORY}"
     - ./gradlew ${CMD}
     - cat ${JACOCO_HTML_DIR}/index.html
   stage: test