Skip to content
Snippets Groups Projects
Commit 40f4a04a authored by Jannik Dunkelau's avatar Jannik Dunkelau
Browse files

Fix ci to include correct commands and dependencies

parent ef0d11de
No related branches found
No related tags found
No related merge requests found
Pipeline #85072 passed
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
# Link the zip still! # Link the zip still!
pages: pages:
before_script: before_script:
- apt install -y build-essential - apt update && apt install -y build-essential zip
stage: deploy stage: deploy
script: script:
- make zip - make zip
- mkdir public - mkdir public
- move thesis.zip public/ - mv thesis.zip public/
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment