diff --git a/rails/gitlab-ci.yml b/rails/gitlab-ci.yml
index bd9d1e5a29bd0ca00d619d944effce04fbf58e7b..589fc9c3551be53bc47fe36f9864edcb0c887ff7 100644
--- a/rails/gitlab-ci.yml
+++ b/rails/gitlab-ci.yml
@@ -68,13 +68,13 @@ rails_system_test:
   #  - selenium/standalone-chrome:latest
   variables:
     SELENIUM_URL: http://selenium__standalone-chrome:4444/wd/hub
-  #artifacts:
-  #  when: on_failure
-  #  paths:
-  #    - tmp/screenshots
-  #    - /tmp/chrome.log
-  #    - log/test.log
-  #  expire_in: 1 week
+  artifacts:
+    when: on_failure
+    paths:
+      - tmp/screenshots
+      - /tmp/chrome.log
+      - log/test.log
+    expire_in: 1 week
   script:
     - gem install bundler --silent && bundle install --quiet
     - bin/rails db:prepare test:system