Skip to content
Snippets Groups Projects
Commit 401b46ed authored by Skander Hatira's avatar Skander Hatira
Browse files

fix gitlab-ci

parent b619969c
No related branches found
No related tags found
No related merge requests found
Pipeline #40377 failed
......@@ -6,6 +6,9 @@ build:
stage: build
script:
- node --version
- apt-get update -y
- apt-get install -y dpkg
- apt-get update -y
- apt-get install -y fakeroot
- cd $CI_PROJECT_DIR/src/backend
- yarn install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment