From 391cbb6b00990aed9e1b1eb9f92e65324560f459 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Peters?= <soe.peters@tu-braunschweig.de>
Date: Tue, 4 May 2021 11:07:37 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 47d1159f3..7b08340a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -389,7 +389,7 @@ cppcheck:
     - cppcheck src --enable=all --xml 2> cppcheck.xml
 
   artifacts:
-    expires_in: 1 week
+    expire_in: 1 week
     paths:
       - cppcheck.xml
 
@@ -418,7 +418,7 @@ lizard:
     - lizard -l cpp src/ > lizard.txt --warnings_only --ignore_warnings 400
 
   artifacts:
-    expires_in: 1 week
+    expire_in: 1 week
     paths:
       - lizard.txt
 
@@ -454,7 +454,7 @@ gcov_gcc_9:
     - gcovr -r $CI_PROJECT_DIR -k build -f "src" --print-summary --html coverage/coverage.html --html-details --xml coverage/coverage.xml
 
   artifacts:
-    expires_in: 1 week
+    expire_in: 1 week
     paths:
       - coverage/
 
@@ -492,7 +492,7 @@ clang-tidy:
     - run-clang-tidy -quiet > clangtidy.txt
 
   artifacts:
-    expires_in: 1 week
+    expire_in: 1 week
     paths:
       - build/clangtidy.txt
       - build/compile_commands.json
-- 
GitLab