Skip to content
Snippets Groups Projects
Commit ef106e73 authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

fix yaml

parent 2063351b
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -14,12 +14,15 @@ config:ubuntu_zesty: ...@@ -14,12 +14,15 @@ config:ubuntu_zesty:
image: keckj/hysop:ubuntu_zesty image: keckj/hysop:ubuntu_zesty
stage: configure stage: configure
script: "sh ci/scripts/config.sh ./build/gcc gcc g++ gfortran" script: "sh ci/scripts/config.sh ./build/gcc gcc g++ gfortran"
dependencies: env:ubuntu_zesty dependencies:
-env:ubuntu_zesty
cache: cache:
paths: ./build paths:
- ./build
artifacts: artifacts:
when: on_failure when: on_failure
paths: ./build paths:
- ./build
build:ubuntu_zesty: build:ubuntu_zesty:
image: keckj/hysop:ubuntu_zesty image: keckj/hysop:ubuntu_zesty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment