include: 'https://xgitlab.cels.anl.gov/argo/argotest/raw/master/gitlab/basic.yml' stages: - build - test #make:generic: #stage: build #script: #- ./autogen.sh #- mkdir build #- ./configure --prefix=`pwd`/build #- make #- make install #artifacts: #paths: #- tests/*.log #except: #- /^wip.*/ #- /^WIP.*/ #