[Gitlab] Fix the fbt path on gitlab.yml

Signed-off-by: Sameer Rahmani <lxsameer@gnu.org>
This commit is contained in:
Sameer Rahmani 2020-04-17 09:25:56 +01:00
parent 6872744dde
commit 33020a5c34
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ stages:
- apt update && apt install -y make wget git emacs sudo
- git clone -b $CI_COMMIT_REF_NAME https://gitlab.com/FG42/FG42 ~/.fg42/
script:
- cd ~/.fg42/ && ./fbt build
- ~/.fg42/bin/fbt build
build-branches-v3:
extends: .build-v3