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

Update .gitlab-ci.yml

parent 807b620e
No related branches found
No related tags found
3 merge requests!624Multi mirror,!607Cupy RANS NN Surrogate Inference Changes,!235Update .gitlab-ci.yml
Pipeline #19479 failed
image: dtuwindenergy/topfarm2:latest
stages:
- test
- test_plugins
- deploy
# ===== TEST PyWake debian=====
test_PyWake: # name the job what we like
stage: # build, test, deploy defined by default [2]
......@@ -33,7 +38,7 @@ test_PyWake_windows: # name the job what we like
# ===== Trigger PyWakePark pipeline =====
trigger_pywake_park_test:
stage: test
stage: test_plugins
variables:
TRIGGER_BRANCH: $CI_COMMIT_REF_NAME
trigger:
......@@ -46,7 +51,7 @@ trigger_pywake_park_test:
# ===== Trigger PyWakeEllipSys pipeline =====
trigger_pywake_ellipsys_test:
stage: test
stage: test_plugins
variables:
TRIGGER_BRANCH: $CI_COMMIT_REF_NAME
trigger:
......
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