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

Update .gitlab-ci.yml

parent 81cac69e
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 60 - pip install -e .[test] --timeout 120 --default-timeout=120
- 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