From 6375ffa61a0a504acb2b7dcddaac041199629a71 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 23 Jul 2022 11:02:57 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..7475405 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,13 @@ +stages: + - test + #- build + #- deploy + +test: + stage: test + tags: ["build"] + script: make test + artifacts: + paths: + - env.vanilla + expire_in: 1 hour \ No newline at end of file