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

Update .gitlab-ci.yml

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