Fix bad logic in regressiontest branch selection
[alexxy/gromacs.git] / admin / gitlab-ci / archive.gitlab-ci.yml
index 066f4d6732117d361558178455cc831cc6af9324..b33089dafe2df786bba145ccb4c28da58d580d95 100644 (file)
@@ -36,7 +36,7 @@ regressiontests:prepare:
   # Always clone the default version for this branch, master in this case
   script:
     - export REGTESTBRANCH=master
-    - if [[ -z $REGRESSIONTESTBRANCH ]] ; then
+    - if [[ -z $REGRESSIONTESTBRANCH ]] ; then
       export REGTESTBRANCH=$REGRESSIONTESTBRANCH ;
       echo "Using $REGTESTBRANCH instead of default" ;
       fi