--- image: ubuntu:18.04 variables: GIT_SUBMODULE_STRATEGY: recursive stages: - updsource remminadoc build: stage: updsource before_script: - apt-get update -qq - apt-get install -y -qq software-properties-common python3-software-properties - apt-get install -y -qq build-essential git-core doxygen graphviz libxslt1.1 xsltproc script: - cd Remmina - doxygen - cd ../RemminaDoc - git config --global user.name "${GITLAB_USER_NAME}" - git config --global user.email "${GITLAB_USER_EMAIL}" - git add --all - git commit -am "Automatic doc build from remmina-ci"