Skip to content
Snippets Groups Projects
Commit 618c8f5f authored by Thomas Purcell's avatar Thomas Purcell
Browse files

fix .gitlab-ci.yml

parent 7e958aaa
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ stages:
- build
- test
build.intel:
build-intel:
stage: build
before_script:
- module load intel impi mkl cmake anaconda/3/2019.03
......@@ -20,7 +20,7 @@ build.intel:
tags:
- docker
build.gnu:
build-gnu:
stage: build
script:
- module load gcc impi mkl cmake anaconda/3/2019.03
......@@ -36,19 +36,19 @@ build.gnu:
tags:
- docker
test.intel:
test-intel:
stage: test
dependencies:
- build.intel
- build-intel
script:
- pytest tests
tags:
- docker
test.gnu:
test-gnu:
stage: test
dependencies:
- build.intel
- build-gnu
script:
- pytest tests
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment