From 58d6691338f6b860c44185c8c7ab4ef26a1a9f4f Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 22 Oct 2020 00:13:40 +0200 Subject: [PATCH] pytest does not create directories recursively --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d8b1acd1..17728632d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,6 +99,7 @@ checkout: - git submodule update --init - source env/DAMASK.sh - make processing + - mkdir /tmp/$CI_PIPELINE_ID except: - master - release