Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
astrotools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
astro
astrotools
Merge requests
!7
Revert "Update .gitlab-ci.yml"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Revert "Update .gitlab-ci.yml"
revert-a7058149
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Niklas Uwe Langner
requested to merge
revert-a7058149
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
This reverts commit
a7058149
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ec98cf12
1 commit,
3 years ago
1 file
+
10
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
10
−
0
Options
@@ -6,6 +6,8 @@ stages:
Lint
:
stage
:
lint
tags
:
-
docker
image
:
mwirtz/python2.7-healpy
script
:
-
pip install pylint flake8
@@ -25,6 +27,8 @@ Lint:
Coverage
:
stage
:
coverage
tags
:
-
docker
image
:
mwirtz/python2.7-healpy
script
:
-
pip install coverage
@@ -37,6 +41,8 @@ Coverage:
Unittest27
:
stage
:
unittest
tags
:
-
docker
image
:
mwirtz/python2.7-healpy
script
:
-
export PYTHONPATH=/builds/astro/astrotools
@@ -52,6 +58,8 @@ Unittest27:
Unittest35
:
stage
:
unittest
tags
:
-
docker
image
:
mwirtz/python3.5-healpy
script
:
-
export PYTHONPATH=/builds/astro/astrotools
@@ -67,6 +75,8 @@ Unittest35:
pages
:
stage
:
deploy
tags
:
-
docker
image
:
mwirtz/python2.7-healpy
script
:
-
pip install sphinx sphinx-rtd-theme sphinxcontrib-websupport
Loading