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

Update .gitlab-ci.yml

parent 3097c2e5
Branches
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@ build-intel:
- cmake -C ../cmake/toolchains/intel_py.cmake ../
- make
- make install
- cd ../
- pytest tests/
tags:
- docker
......@@ -33,23 +35,7 @@ build-gnu:
- cmake -C ../cmake/toolchains/gnu_py.cmake ../
- make
- make install
- cd ../
- pytest tests/
tags:
- docker
test-intel:
stage: test
dependencies:
- build-intel
script:
- pytest tests
tags:
- docker
test-gnu:
stage: test
dependencies:
- build-gnu
script:
- pytest tests
tags:
- docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment