Skip to content
Snippets Groups Projects
Commit f19bd12c authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Update .gitlab-ci.yml file

parent d5db1cd5
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment