From 31a66e819963ce7227486a3745e983d375877c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Del=20Pino?= <stephane.delpino44@gmail.com> Date: Tue, 7 May 2019 08:29:30 +0200 Subject: [PATCH] Fix environment variable setting syntax --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d51583d9..3a07816f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - deploy variables: - - CTEST_OUTPUT_ON_FAILURE: 1 + CTEST_OUTPUT_ON_FAILURE: 1 build:gcc8-seq-dbg: image: localhost:5000/ubuntu_gcc8 -- GitLab