From 2d172c1fe3d365ae295dc4bf61fbb4b4be43dbc8 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nicolas.pope@utu.fi> Date: Fri, 6 May 2022 16:04:30 +0100 Subject: [PATCH] Fix pipeline file --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c437e56..cc61a27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,9 +97,6 @@ windows:test: - windows needs: ["windows:build"] - variables: - <<: *variables-windows - cache: # use artifacts instead if multiple runners available key: $CI_COMMIT_SHORT_SHA paths: -- GitLab