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

test fix

parent 763ce1af
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -13,16 +13,13 @@ env:ubuntu_zesty:
config:ubuntu_zesty:
image: keckj/hysop:ubuntu_zesty
stage: configure
script:
- "sh ci/scripts/config.sh ./build/gcc gcc g++ gfortran"
dependencies:
- env:ubuntu_zesty
script: "sh ci/scripts/config.sh ./build/gcc gcc g++ gfortran"
dependencies: env:ubuntu_zesty
cache:
when: on_success
paths: ./build/
paths: ./build
artifacts:
when: on_failure
paths: ./build/
paths: ./build
build: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