diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aaa355eb350e8cf148132d6d4f8475188e5b6994..53cdd2871b48d1461c4bbbb5fdd558b6e5f6301d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1084,7 +1084,7 @@ complexity-StereoDmxEVS-stereo-in-mono-out: # helper for pages job .unzip-or-cat: &unzip-or-cat - unzip -t $ARTIFACTS >> /dev/null - - if [ $? -eq 0 ]; then unzip -o $ARTIFACTS rm $ARTIFACTS; else cat $ARTIFACTS rm $ARTIFACTS; fi + - if [ $? -eq 0 ]; then unzip -o $ARTIFACTS; rm $ARTIFACTS; else cat $ARTIFACTS; rm $ARTIFACTS; fi # job that sets up gitlab pages website # is run on a separate schedule and collects artifacts from other jobs (currently