Skip to content
Snippets Groups Projects
Commit 352f80f1 authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

fix artifacts vs cache

parent 5ded1cae
Branches
No related tags found
1 merge request!54fix artifacts vs cache
Pipeline #44464 failed
...@@ -58,6 +58,10 @@ install-virtualenv: ...@@ -58,6 +58,10 @@ install-virtualenv:
- source venv/bin/activate - source venv/bin/activate
- pip install --upgrade pip && pip install pip-tools - pip install --upgrade pip && pip install pip-tools
- pip install -r ./backend/requirements.txt - pip install -r ./backend/requirements.txt
artifacts:
paths:
- venv/
expire_in: 30 mins
install-npm-packages: install-npm-packages:
...@@ -66,6 +70,10 @@ install-npm-packages: ...@@ -66,6 +70,10 @@ install-npm-packages:
script: script:
- cd ./frontend - cd ./frontend
- npm ci - npm ci
artifacts:
paths:
- frontend/node_modules/
expire_in: 30 mins
####################################################################################################################################### #######################################################################################################################################
#### #### #### ####
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment