Skip to content
Snippets Groups Projects
Commit 1714704d authored by Jakob Fritz's avatar Jakob Fritz
Browse files

Use quotes for command

parent a67f4b41
Branches
No related tags found
No related merge requests found
Pipeline #186200 failed
......@@ -32,7 +32,7 @@ prepare_JUWELS:
- module load CuPy
- pip install -e .
- pip install pytest-benchmark coverage
- alias mpirun=srun
- alias mpirun='srun'
test_JUWELS:
......@@ -68,7 +68,7 @@ test_JUWELS:
- module load CuPy
script:
# - touch benchmarks/output.json
- alias mpirun=srun
- alias mpirun='srun'
- echo $SYSTEMNAME
- sbatch --wait etc/juwels_${SHELL_SCRIPT}.sh
- touch .coverage.empty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment