Skip to content
Snippets Groups Projects
Commit 4aff08cc authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Add docker-exec tag to pages and codecov jobs

parent a6bacb26
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,8 @@ stages:
test:intel:
stage: test
tags:
- docker-executor
script:
# test if dependencies are working
- echo 'do some tests here'
......@@ -58,8 +60,6 @@ test:intel:
- which codecov || which Codecov
# needs to be implemented (tests for dependencies e.g. MPI, OpenMP, LAPACK, etc.)
- cd tests/unit_tests/test_parallel && ./run_parallel_tests.sh
tags:
- docker-executor
###############################################################################
# include build / run / verify scripts for all codes
......@@ -91,6 +91,8 @@ include:
codecov:
stage: deploy:codecov_kkrhost
allow_failure: true
tags:
- docker-executor
script:
- cd build && ls -ltr
- profmerge
......@@ -110,6 +112,8 @@ pages:
stage: deploy:doc_kkrhost
image: iffregistry.fz-juelich.de/docker-images/kkr-pages:latest
allow_failure: true
tags:
- docker-executor
script:
- cd docs
- ford settings_ford.md
......
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