.gitlab-ci.yml: show the system state also as after_script
[nivanova/samba-autobuild/.git] / .gitlab-ci.yml
index 8d4a9365dff8fd1b3d95315494faa918d041f57c..2504cd46a23bdcca8b1136f8808ad62d527376b4 100644 (file)
@@ -24,6 +24,11 @@ variables:
     - df -h
     - cat /proc/swaps
     - free -h
+  after_script:
+    - mount
+    - df -h
+    - cat /proc/swaps
+    - free -h
   artifacts:
     expire_in: 1 week
     when: on_failure