From 7e84be41b1e9b74555ced99af6126874e2e11a14 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Keck <jean-baptiste.keck@imag.fr> Date: Thu, 5 Oct 2017 20:26:09 +0200 Subject: [PATCH] fixed typo in gitlab-ci.yml --- .gitlab-ci.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65b6e27da..ca7903772 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,16 @@ stages: + - env - configure - build - test -before_script: - script: "sh ci/scripts/version.sh > /tmp/host_info" - atrifacts: - paths: - - /tmp/host_info +env:ubuntu_zesty: + image: keckj/hysop:ubuntu_zesty + script: "sh ci/scripts/version.sh > /tmp/ubuntu_zesty_env" + artifacts: + paths: + - /tmp/ubuntu_zesty_env config:ubuntu_zesty: image: keckj/hysop:ubuntu_zesty -- GitLab