Update .gitlab-ci.yml
Build
build
$ commits=`git log -1 --pretty=format:"%H %P"`
$ git diff --name-only $commits > changed_files.txt
$ changed_dir=`python yenart/scripts/get_dir.py changed_files.txt`
$ echo $changed_dir
$ cd $changed_dir
$ make
make: *** No targets specified and no makefile found. Stop.section_end:1512627533:build_scriptsection_start:1512627533:after_scriptsection_end:1512627534:after_scriptERROR: Job failed: exit code 1