Skip to content
Snippets Groups Projects
Commit 3e8a0e6f authored by Christian Darsow-Fromm's avatar Christian Darsow-Fromm
Browse files

fixes

parent 8766bded
Branches
Tags
No related merge requests found
Pipeline #2247 canceled
...@@ -5,7 +5,7 @@ variables: ...@@ -5,7 +5,7 @@ variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.pip"
package: package:
image: lasnq/OpenQlab image: lasnq/openqlab
stage: build stage: build
before_script: before_script:
script: script:
...@@ -53,7 +53,7 @@ test wheel installation: ...@@ -53,7 +53,7 @@ test wheel installation:
- .pip/ - .pip/
test: test:
image: lasnq/OpenQlab image: lasnq/openqlab
stage: test stage: test
before_script: before_script:
script: script:
......
...@@ -15,8 +15,8 @@ volunteers who would like to contribute. ...@@ -15,8 +15,8 @@ volunteers who would like to contribute.
## Documentation ## Documentation
* Current documentation of the [latest release](https://las-nq-serv.physnet.uni-hamburg.de/python/OpenQlab) * Current documentation of the [latest release](https://las-nq-serv.physnet.uni-hamburg.de/python/openqlab)
* Current documentation of the [latest development version](https://las-nq-serv.physnet.uni-hamburg.de/python/OpenQlab-stage) * Current documentation of the [latest development version](https://las-nq-serv.physnet.uni-hamburg.de/python/openqlab-stage)
## Features ## Features
...@@ -36,7 +36,7 @@ volunteers who would like to contribute. ...@@ -36,7 +36,7 @@ volunteers who would like to contribute.
## Installation ## Installation
For a detailed installation instruction see the main [documentation](https://las-nq-serv.physnet.uni-hamburg.de/python/OpenQlab/). For a detailed installation instruction see the main [documentation](https://las-nq-serv.physnet.uni-hamburg.de/python/openqlab/).
## Usage ## Usage
...@@ -52,7 +52,7 @@ documentation. ...@@ -52,7 +52,7 @@ documentation.
### Tests ### Tests
Please write unittests if you add new features. Please write unittests if you add new features.
All tests located in `OpenQlab/test` are automatically tested when pushing to Gitlab. All tests located in `src/test` are automatically tested when pushing to Gitlab.
To run them manually use: To run them manually use:
```python ```python
...@@ -64,4 +64,4 @@ make test ...@@ -64,4 +64,4 @@ make test
``` ```
---- ----
(c) 2018, LasNQ @ Uni Hamburg (c) 2019, LasNQ @ Uni Hamburg
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -e
project=OpenQlab project=openqlab
docker build -t $project . docker build -t $project .
docker tag $project lasnq/$project docker tag $project lasnq/$project
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment