Skip to content
Snippets Groups Projects
Commit ef32b6c5 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Update .gitlab-ci.yml

parent b423313a
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ test_PyWake: # name the job what we like ...@@ -11,7 +11,7 @@ test_PyWake: # name the job what we like
stage: # build, test, deploy defined by default [2] stage: # build, test, deploy defined by default [2]
test test
script: script:
- pip install -e .[test] --timeout 120 --default-timeout=120 - pip install -e .[test] --timeout 300 --default-timeout=300
- pytest - pytest
tags: # only runners with this tag can do the job [3] tags: # only runners with this tag can do the job [3]
- ci-ubuntu - ci-ubuntu
......
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