From 9fafd437db74f05a95fb4dc888e11ec545f54645 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 23 Jul 2022 11:03:51 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7475405..8e63411 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,4 @@ stages: test: stage: test tags: ["build"] - script: make test - artifacts: - paths: - - env.vanilla - expire_in: 1 hour \ No newline at end of file + script: make test \ No newline at end of file