Fix gitlab-ci file

This commit is contained in:
Matthias Hochsteger 2018-12-12 14:43:19 +01:00
parent c9798fe16a
commit a722964823

View File

@ -45,9 +45,6 @@ stages:
- pwd
- ls
- docker info
.template_ubuntu: &ubuntu
<<: *ubuntu
variables:
UBUNTU_VERSION: "18.04"
@ -142,6 +139,7 @@ test_ubuntu:
# cpp guideline checks
test_guidelines:
<<: *ubuntu
stage: test
script:
- docker run -e CCACHE_DIR=/ccache -v /mnt/ccache:/ccache netgen_${CI_BUILD_REF_NAME}:${UBUNTU_VERSION} bash /root/src/netgen/tests/build_guidelines.sh