Skip to content

Commit c7d26c8

Browse files
committed
minor fix in the yml
1 parent bcbb8a2 commit c7d26c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ build:
2929
EOF
3030
- export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$(pwd)/mock_install/share/pkgconfig"
3131

32+
# Return to project root
33+
- cd "$CI_PROJECT_DIR"
34+
3235
# TaskR build process
33-
- cd ../../../..
3436
- export HOME=/home/hicr
3537
- source /home/hicr/.hicr-env.sh
3638
- echo "Building TaskR..."

0 commit comments

Comments
 (0)