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

improve ci

parent 6490d261
No related branches found
No related tags found
1 merge request!22improve ci
Pipeline #43821 failed
...@@ -51,7 +51,6 @@ install-virtualenv: ...@@ -51,7 +51,6 @@ install-virtualenv:
cache: cache:
paths: paths:
- venv/ - venv/
expire_in: 30 mins
script: script:
- python3 -m venv ./venv - python3 -m venv ./venv
- source ./venv/bin/activate - source ./venv/bin/activate
...@@ -64,7 +63,6 @@ install-npm-packages: ...@@ -64,7 +63,6 @@ install-npm-packages:
cache: cache:
paths: paths:
- node_modules/ - node_modules/
expire_in: 30 mins
script: script:
- cd ./frontend - cd ./frontend
- npm ci - npm ci
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment