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