.gitlab-ci.yml: Manual cleanup of mysterious artifacts directory
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b51d802..2181557 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,6 +43,10 @@
   # Diagnostics
   - ls -l "${INTEGRATION_CACHE}"
 
+  # Make sure we're not leaking artifacts into the gitlab cache
+  #
+  - rm -rf "${INTEGRATION_CACHE}/artifacts"
+
   except:
   - schedules
   artifacts: