diff --git a/registerExperiment.py b/registerExperiment.py
index eaddf2a4f497777b0030344cde3b6a14b8ea6e2f..ce5ff8bf5565ef3035c8eb16350afbc25ad7b782 100644
--- a/registerExperiment.py
+++ b/registerExperiment.py
@@ -182,6 +182,7 @@ def writeInYaml() -> None:
         cur_yaml.update({"inputs":inputFiles})
         cur_yaml.update({"outputs":outputFiles})
         cur_yaml.update({"params":paramsFiles})
+        cur_yaml.update({"instruction":instructionFile})
         checksums = {"checksums":genChecksums()}
         cur_yaml.update(checksums)
     with open('experimentResume.yaml', 'w') as yamlFile: