diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 861281fb556915c86460e25cd8e091df14e96a76..9d9497b9065ea33c4597a8126dbe6bc35898781e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,9 @@ zip: stage: deploy script: - make zip + - mkdir out + - unzip thesis.zip -d out artifacts: - name: thesis.zip + name: thesis paths: - - thesis.zip + - out/*