Skip to content

Commit

Permalink
WIP: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ogiorgis committed Jan 30, 2024
1 parent dea79b0 commit c57159c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ tests_seq:
- job: "image:build"
optional: true
script:
- cp site.cfg.files/site.cfg.docker_seq site.cfg
# - cp site.cfg.files/site.cfg.docker_seq site.cfg
- nox -s "tests(with_cov=True, with_mpi=False)"


Expand All @@ -95,7 +95,7 @@ tests_mpi:
- job: "image:build"
optional: true
script:
- cp site.cfg.files/site.cfg.docker_mpi site.cfg
# - cp site.cfg.files/site.cfg.docker_mpi site.cfg
- nox -s "tests(with_cov=True, with_mpi=True)"


Expand Down

0 comments on commit c57159c

Please sign in to comment.