Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
PyWake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TOPFARM
PyWake
Commits
959c01cd
Commit
959c01cd
authored
5 years ago
by
Mads M. Pedersen
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
4e93a8c1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
959c01cd
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
# ===== TEST PyWake debian=====
# ===== TEST PyWake debian=====
test_PyWake
:
# name the job what we like
test_PyWake
:
# name the job what we like
image
:
continuumio/anaconda3
:latest
image
:
dtuwindenergy/topfarm2
:latest
stage
:
# build, test, deploy defined by default [2]
stage
:
# build, test, deploy defined by default [2]
test
test
script
:
script
:
...
@@ -16,7 +16,7 @@ test_PyWake: # name the job what we like
...
@@ -16,7 +16,7 @@ test_PyWake: # name the job what we like
# ===== Check code style =====
# ===== Check code style =====
check_code_style
:
# name the job what we like
check_code_style
:
# name the job what we like
image
:
continuumio/anaconda3
:latest
image
:
dtuwindenergy/topfarm2
:latest
stage
:
# build, test, deploy defined by default [2]
stage
:
# build, test, deploy defined by default [2]
test
test
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment