From 29de0c7526429fc5b925c656dc9970d7a92b2736 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 27 Dec 2020 15:12:57 +0100 Subject: [PATCH] gitlab-ci: test --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d43134a2..b1a7f4ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ image: node:latest stages: - prepare - test - - bar - build + - bar cache: &global_cache key: @@ -55,7 +55,6 @@ build: paths: - dist/ expire_in: 1 week - # deploy: # stage: deploy # # dependencies: