summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef235d8..cfbd4b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,8 +33,7 @@ test2_cpp:
tags:
- docker
-# deheader issue
-.test3_cpp:
+test3_cpp:
stage: build
script:
- ./tools/ci/jobs/deheader.sh "g++-5" test3.cpp
@@ -66,7 +65,7 @@ test6_cpp:
stage: build
script:
- ./tools/ci/jobs/deheader.sh "g++-5" test6.cpp
- - ./tools/ci/jobs/deheadererror.sh "include2.h"
+ - ./tools/ci/jobs/deheadererror.sh "include1.h"
image: debian:unstable
tags:
- docker