Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Example-CI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMGW
Example-CI
Commits
f19bd12c
Commit
f19bd12c
authored
2 years ago
by
Michael Blaschek
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
d5db1cd5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
f19bd12c
...
@@ -2,6 +2,7 @@ image: ubuntu:18.04
...
@@ -2,6 +2,7 @@ image: ubuntu:18.04
stages
:
stages
:
-
build
-
build
-
test
ubuntu-build
:
ubuntu-build
:
stage
:
build
stage
:
build
...
@@ -22,7 +23,7 @@ ubuntu-build:
...
@@ -22,7 +23,7 @@ ubuntu-build:
ubuntu-test
:
ubuntu-test
:
stage
:
test
stage
:
test
needs
:
needs
:
-
build
-
ubuntu-
build
before_script
:
before_script
:
-
apt-get update -qq && apt-get install -y -qq libnetcdff* netcdf-bin
-
apt-get update -qq && apt-get install -y -qq libnetcdff* netcdf-bin
...
...
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